WinAPI::adjustTokenPrivileges Method [AX 2012]

Syntax

client public static boolean adjustTokenPrivileges(
    int _token, 
    boolean _disableAllPrivileges, 
    Binary _luid, 
    int _attributes)

Run On

Client

Parameters

  • _token
    Type: int
  • _disableAllPrivileges
    Type: boolean
  • _attributes
    Type: int

See Also

Reference

WinAPI Class