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