Skip navigation links
JNA API 5.4.0
com.sun.jna.platform.win32

Class WinNT.PRIVILEGE_SET

  • Enclosing interface:
    WinNT


    @Structure.FieldOrder(value={"PrivilegeCount","Control","Privileges"})
    public static class WinNT.PRIVILEGE_SET
    extends Structure
    Specifies a set of privileges.
    It is also used to indicate which, if any, privileges are held by a user or group requesting access to an object.
    • Constructor Detail

      • PRIVILEGE_SET

        public PRIVILEGE_SET()
      • PRIVILEGE_SET

        public PRIVILEGE_SET(int nbOfPrivileges)
        Parameters:
        nbOfPrivileges - Desired size of the Privileges array
      • PRIVILEGE_SET

        public PRIVILEGE_SET(Pointer p)
        Initialize a TOKEN_PRIVILEGES instance from initialized memory.
        Parameters:
        p - base address
JNA API 5.4.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.