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