Package | Description |
---|---|
org.bytedeco.systems.global | |
org.bytedeco.systems.windows |
Modifier and Type | Method and Description |
---|---|
static boolean |
windows.InitOnceBeginInitialize(RTL_RUN_ONCE lpInitOnce,
int dwFlags,
boolean fPending,
PointerPointer lpContext) |
static boolean |
windows.InitOnceComplete(RTL_RUN_ONCE lpInitOnce,
int dwFlags,
Pointer lpContext) |
static boolean |
windows.InitOnceExecuteOnce(RTL_RUN_ONCE InitOnce,
PINIT_ONCE_FN InitFn,
Pointer Parameter,
PointerPointer Context) |
static void |
windows.InitOnceInitialize(RTL_RUN_ONCE InitOnce) |
Modifier and Type | Method and Description |
---|---|
RTL_RUN_ONCE |
RTL_RUN_ONCE.position(long position) |
RTL_RUN_ONCE |
RTL_RUN_ONCE.Ptr(Pointer setter) |
Modifier and Type | Method and Description |
---|---|
boolean |
PINIT_ONCE_FN.call(RTL_RUN_ONCE InitOnce,
Pointer Parameter,
PointerPointer Context) |
Copyright © 2020. All rights reserved.