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