CTokenPrivileges::operator const TOKEN_PRIVILEGES *

 

Casts a value to a pointer to the TOKEN_PRIVILEGES structure.

Syntax

operator const TOKEN_PRIVILEGES *( ) const throw(...);

Remarks

Casts a value to a pointer to the TOKEN_PRIVILEGES structure.

Requirements

Header: atlsecurity.h

See Also

CTokenPrivileges Class