Interface WinBase

All Superinterfaces:
BaseTSD, WinDef
All Known Subinterfaces:
Kernel32, WinNT

public interface WinBase extends WinDef, BaseTSD
Ported from Winbase.h (kernel32.dll/kernel services). Microsoft Windows SDK 6.0A.
Since:
0.40.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    The Overlapped structure contains information used in asynchronous (or overlapped) input and output (I/O).
    static final class 
    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 final WinNT.HANDLE
    Constant value representing an invalid WinNT.HANDLE.
  • Field Details

    • INVALID_HANDLE_VALUE

      static final WinNT.HANDLE INVALID_HANDLE_VALUE
      Constant value representing an invalid WinNT.HANDLE.