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