LUID GetPrivilege(const std::wstring &privilege_name)
lookup the LUID from a privilege name
Definition: Privilege.cpp:41
Definition: Privilege.h:7
DWORD Attributes
Definition: Privilege.h:12
LUID Luid
Definition: Privilege.h:11
std::wstring Name
Definition: Privilege.h:9
std::wstring DisplayName
Definition: Privilege.h:10
std::wstring GetPrivilegeName(LUID luid)
lookup a privilege name from a LUID on the current system
Definition: Privilege.cpp:4
std::wstring GetPrivilegeDisplayName(const std::wstring &privilege_name)
lookup privilege display name from a LUID on the current system
Definition: Privilege.cpp:22