Uses of Class
de.ibapl.jnhw.winapi.Minwinbase.SECURITY_ATTRIBUTES
-
Packages that use Minwinbase.SECURITY_ATTRIBUTES Package Description de.ibapl.jnhw.winapi -
-
Uses of Minwinbase.SECURITY_ATTRIBUTES in de.ibapl.jnhw.winapi
Methods in de.ibapl.jnhw.winapi with parameters of type Minwinbase.SECURITY_ATTRIBUTES Modifier and Type Method Description static Winnt.HANDLESynchapi. CreateEventW(Minwinbase.SECURITY_ATTRIBUTES lpEventAttributes, boolean bManualReset, boolean bInitialState, String lpName)CreateEventW Creates or opens a named or unnamed event object.static Winnt.HANDLEFileapi. CreateFileW(File file, int dwDesiredAccess, int dwShareMode, Minwinbase.SECURITY_ATTRIBUTES lpSecurityAttributes, int dwCreationDisposition, int dwFlagsAndAttributes, Winnt.HANDLE hTemplateFile)CreateFileW Creates or opens a file or I/O device.static Winnt.HANDLEFileapi. CreateFileW(String lpFileName, int dwDesiredAccess, int dwShareMode, Minwinbase.SECURITY_ATTRIBUTES lpSecurityAttributes, int dwCreationDisposition, int dwFlagsAndAttributes, Winnt.HANDLE hTemplateFile)CreateFileW Creates or opens a file or I/O device.
-