Package | Description |
---|---|
org.bytedeco.systems.global | |
org.bytedeco.systems.windows |
Modifier and Type | Method and Description |
---|---|
static TP_WAIT |
windows.CreateThreadpoolWait(PTP_WAIT_CALLBACK pfnwa,
Pointer pv,
TP_CALLBACK_ENVIRON_V3 pcbe) |
Modifier and Type | Method and Description |
---|---|
static void |
windows.CloseThreadpoolWait(TP_WAIT pwa) |
static void |
windows.SetThreadpoolWait(TP_WAIT pwa,
Pointer h,
FILETIME pftTimeout) |
static boolean |
windows.SetThreadpoolWaitEx(TP_WAIT pwa,
Pointer h,
FILETIME pftTimeout,
Pointer Reserved) |
static void |
windows.WaitForThreadpoolWaitCallbacks(TP_WAIT pwa,
boolean fCancelPendingCallbacks) |
Modifier and Type | Method and Description |
---|---|
void |
PTP_WAIT_CALLBACK.call(TP_CALLBACK_INSTANCE Instance,
Pointer Context,
TP_WAIT Wait,
int WaitResult) |
Copyright © 2020. All rights reserved.