Uses of Class
jtermios.windows.WinAPI.SECURITY_ATTRIBUTES
-
Packages that use WinAPI.SECURITY_ATTRIBUTES Package Description jtermios.windows -
-
Uses of WinAPI.SECURITY_ATTRIBUTES in jtermios.windows
Methods in jtermios.windows with parameters of type WinAPI.SECURITY_ATTRIBUTES Modifier and Type Method Description static WinAPI.HANDLEWinAPI. CreateEvent(WinAPI.SECURITY_ATTRIBUTES security, boolean manual, boolean initial, String name)WinAPI.HANDLEWinAPI.Windows_kernel32_lib_Direct. CreateEvent(WinAPI.SECURITY_ATTRIBUTES lpEventAttributes, boolean bManualReset, boolean bInitialState, String lpName)WinAPI.HANDLEWinAPI.Windows_kernel32_lib. CreateEvent(WinAPI.SECURITY_ATTRIBUTES lpEventAttributes, boolean bManualReset, boolean bInitialState, String lpName)static WinAPI.HANDLEWinAPI. CreateFile(String name, int access, int sharing, WinAPI.SECURITY_ATTRIBUTES security, int create, int attribs, com.sun.jna.Pointer template)WinAPI.HANDLEWinAPI.Windows_kernel32_lib_Direct. CreateFile(String name, int access, int mode, WinAPI.SECURITY_ATTRIBUTES security, int create, int atteribs, com.sun.jna.Pointer template)WinAPI.HANDLEWinAPI.Windows_kernel32_lib. CreateFile(String name, int access, int mode, WinAPI.SECURITY_ATTRIBUTES security, int create, int atteribs, com.sun.jna.Pointer template)
-