Class Minwinbase.SECURITY_ATTRIBUTES

    • Constructor Detail

      • SECURITY_ATTRIBUTES

        public SECURITY_ATTRIBUTES()
    • Method Detail

      • sizeof

        @SizeOf
        public static final int sizeof()
        Get the real size of struct SECURITY_ATTRIBUTES natively.
        Returns:
        the native value sizeof(struct SECURITY_ATTRIBUTES).
      • nLength

        public final long nLength()
        Returns:
        the native value of nLength;
      • bInheritHandle

        public boolean bInheritHandle()
        Returns:
        the native value of bInheritHandle;