public abstract class AIFileCloseProc extends org.lwjgl.system.Callback implements AIFileCloseProcI
void (*) (
struct aiFileIO *pFileIO,
struct aiFile *pFile
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static AIFileCloseProc |
create(AIFileCloseProcI instance)
Creates a
AIFileCloseProc instance that delegates to the specified AIFileCloseProcI instance. |
static AIFileCloseProc |
create(long functionPointer)
Creates a
AIFileCloseProc instance from the specified function pointer. |
static AIFileCloseProc |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static AIFileCloseProc create(long functionPointer)
AIFileCloseProc instance from the specified function pointer.AIFileCloseProc@Nullable public static AIFileCloseProc createSafe(long functionPointer)
public static AIFileCloseProc create(AIFileCloseProcI instance)
AIFileCloseProc instance that delegates to the specified AIFileCloseProcI instance.Copyright LWJGL. All Rights Reserved. License terms.