Package EOorg.EOeolang.EOsys.Win32
Interface WinBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
WinBase.OVERLAPPED
The Overlapped structure contains information used in asynchronous (or overlapped) input and output (I/O).static class
WinBase.SECURITY_ATTRIBUTES
The SECURITY_ATTRIBUTES structure contains the security descriptor for an object and specifies whether the handle retrieved by specifying this structure is inheritable.-
Nested classes/interfaces inherited from interface EOorg.EOeolang.EOsys.Win32.BaseTSD
BaseTSD.ULONG_PTR
-
Nested classes/interfaces inherited from interface EOorg.EOeolang.EOsys.Win32.WinDef
WinDef.DWORD, WinDef.WORD
-
-
Field Summary
Fields Modifier and Type Field Description static WinNT.HANDLE
INVALID_HANDLE_VALUE
Constant value representing an invalidWinNT.HANDLE
.
-
-
-
Field Detail
-
INVALID_HANDLE_VALUE
static final WinNT.HANDLE INVALID_HANDLE_VALUE
Constant value representing an invalidWinNT.HANDLE
.
-
-