Package EOorg.EOeolang.EOsys.Win32
Interface WinBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWinBase.OVERLAPPEDThe Overlapped structure contains information used in asynchronous (or overlapped) input and output (I/O).static classWinBase.SECURITY_ATTRIBUTESThe 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.HANDLEINVALID_HANDLE_VALUEConstant value representing an invalidWinNT.HANDLE.
-
-
-
Field Detail
-
INVALID_HANDLE_VALUE
static final WinNT.HANDLE INVALID_HANDLE_VALUE
Constant value representing an invalidWinNT.HANDLE.
-
-