Uses of Class
de.ibapl.jnhw.winapi.BaseTsd.ULONG_PTR
-
Packages that use BaseTsd.ULONG_PTR Package Description de.ibapl.jnhw.winapi -
-
Uses of BaseTsd.ULONG_PTR in de.ibapl.jnhw.winapi
Method parameters in de.ibapl.jnhw.winapi with annotations of type BaseTsd.ULONG_PTR Modifier and Type Method Description protected abstract voidWinnt.PAPCFUNC. callback(int value)this will be called from the native code on 64 bit.protected abstract voidWinnt.PAPCFUNC. callback(long value)this will be called from the native code on 32 bit.static Winnt.HANDLEIoAPI. CreateIoCompletionPort(Winnt.HANDLE FileHandle, Winnt.HANDLE ExistingCompletionPort, long CompletionKey, int NumberOfConcurrentThreads)CreateIoCompletionPort Creates an input/output (I/O) completion port and associates it with a specified file handle, or creates an I/O completion port that is not yet associated with a file handle, allowing association at a later time.static voidIoAPI. GetQueuedCompletionStatus(Winnt.HANDLE CompletionPort, IntRef lpNumberOfBytesTransferred, LongRef lpCompletionKey, ObjectRef<NativeAddressHolder> lpOverlapped, long dwMilliseconds)GetQueuedCompletionStatus Attempts to dequeue an I/O completion packet from the specified I/O completion port.static voidIoAPI. PostQueuedCompletionStatus(Winnt.HANDLE CompletionPort, int dwNumberOfBytesTransferred, long dwCompletionKey, Minwinbase.OVERLAPPED lpOverlapped)PostQueuedCompletionStatus Attempts to dequeue an I/O completion packet from the specified I/O completion port.static voidProcessthreadsapi. QueueUserAPC(Winnt.PAPCFUNC pfnAPC, Winnt.HANDLE hThread, long dwData)QueueUserAPC Adds a user-mode asynchronous procedure call (APC) object to the APC queue of the specified thread.
-