public abstract class AIFileOpenProc extends org.lwjgl.system.Callback implements AIFileOpenProcI
struct aiFile * (*) (
struct aiFileIO *pFileIO,
char const *fileName,
char const *openMode
)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 AIFileOpenProc |
create(AIFileOpenProcI instance)
Creates a
AIFileOpenProc instance that delegates to the specified AIFileOpenProcI instance. |
static AIFileOpenProc |
create(long functionPointer)
Creates a
AIFileOpenProc instance from the specified function pointer. |
static AIFileOpenProc |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static AIFileOpenProc create(long functionPointer)
AIFileOpenProc instance from the specified function pointer.AIFileOpenProc@Nullable public static AIFileOpenProc createSafe(long functionPointer)
public static AIFileOpenProc create(AIFileOpenProcI instance)
AIFileOpenProc instance that delegates to the specified AIFileOpenProcI instance.Copyright LWJGL. All Rights Reserved. License terms.