CAccessToken::EnablePrivileges

Call this method to enable one or more privileges in the CAccessToken object.

bool EnablePrivileges(
   const CAtlArray< LPCTSTR >& rPrivileges,
   CTokenPrivileges* pPreviousState = NULL
) throw(...);

Parameters

  • rPrivileges
    Pointer to an array of strings containing the privileges to enable in the CAccessToken object.

  • pPreviousState
    Pointer to a CTokenPrivileges object which will contain the previous state of the privileges.

Return Value

Returns true on success, false on failure.

Requirements

Header: atlsecurity.h

See Also

Reference

CAccessToken Class

CAccessToken::EnablePrivilege

CAccessToken::DisablePrivileges

Other Resources

CAccessToken Members