Uses of Class
de.ibapl.jnhw.winapi.Winnt.PAPCFUNC
-
Packages that use Winnt.PAPCFUNC Package Description de.ibapl.jnhw.winapi -
-
Uses of Winnt.PAPCFUNC in de.ibapl.jnhw.winapi
Methods in de.ibapl.jnhw.winapi with parameters of type Winnt.PAPCFUNC Modifier and Type Method Description 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.
-