Uses of Class
EOorg.EOeolang.EOsys.Win32.WinBase.SECURITY_ATTRIBUTES
-
Packages that use WinBase.SECURITY_ATTRIBUTES Package Description EOorg.EOeolang.EOsys.Win32 EO runtime, windows. -
-
Uses of WinBase.SECURITY_ATTRIBUTES in EOorg.EOeolang.EOsys.Win32
Methods in EOorg.EOeolang.EOsys.Win32 with parameters of type WinBase.SECURITY_ATTRIBUTES Modifier and Type Method Description WinNT.HANDLE
Kernel32. CreateFile(String name, int access, int mode, WinBase.SECURITY_ATTRIBUTES security, int disposition, int flags, WinNT.HANDLE template)
The CreateFile function creates or opens a file, file stream, directory, physical disk, volume, console buffer, tape drive, communications resource, mailslot, or named pipe.
-