static Winnt.HANDLE |
Synchapi.CreateEventW(Minwinbase.SECURITY_ATTRIBUTES lpEventAttributes,
boolean bManualReset,
boolean bInitialState,
String lpName) |
static Winnt.HANDLE |
Fileapi.CreateFileW(File file,
int dwDesiredAccess,
int dwShareMode,
Minwinbase.SECURITY_ATTRIBUTES lpSecurityAttributes,
int dwCreationDisposition,
int dwFlagsAndAttributes,
Winnt.HANDLE hTemplateFile) |
static Winnt.HANDLE |
Fileapi.CreateFileW(String lpFileName,
int dwDesiredAccess,
int dwShareMode,
Minwinbase.SECURITY_ATTRIBUTES lpSecurityAttributes,
int dwCreationDisposition,
int dwFlagsAndAttributes,
Winnt.HANDLE hTemplateFile) |