| Constructor and Description |
|---|
Synchapi() |
| Modifier and Type | Method and Description |
|---|---|
static Winnt.HANDLE |
CreateEventW(Minwinbase.SECURITY_ATTRIBUTES lpEventAttributes,
boolean bManualReset,
boolean bInitialState,
String lpName) |
static boolean |
HAVE_SYNCHAPI_H() |
static boolean |
ResetEvent(Winnt.HANDLE hEvent) |
static boolean |
SetEvent(Winnt.HANDLE hEvent) |
static long |
WaitForSingleObject(Winnt.HANDLE hHandle,
long dwMilliseconds) |
public static final boolean HAVE_SYNCHAPI_H()
public static final long WaitForSingleObject(Winnt.HANDLE hHandle, long dwMilliseconds)
public static final Winnt.HANDLE CreateEventW(Minwinbase.SECURITY_ATTRIBUTES lpEventAttributes, boolean bManualReset, boolean bInitialState, String lpName) throws NativeErrorException
NativeErrorExceptionpublic static final boolean SetEvent(Winnt.HANDLE hEvent)
public static final boolean ResetEvent(Winnt.HANDLE hEvent)
Copyright © 2019. All rights reserved.