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 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.
    • Field Detail

      • INVALID_HANDLE_VALUE

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