Home
last modified time | relevance | path

Searched refs:disableAllPrivileges (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DSecurityUtils.h68 bool AdjustPrivileges(bool disableAllPrivileges, PTOKEN_PRIVILEGES newState, in AdjustPrivileges() argument
70 { return BOOLToBool(::AdjustTokenPrivileges(_handle, BoolToBOOL(disableAllPrivileges), in AdjustPrivileges()
73 bool AdjustPrivileges(bool disableAllPrivileges, PTOKEN_PRIVILEGES newState) in AdjustPrivileges() argument
74 { return AdjustPrivileges(disableAllPrivileges, newState, 0, NULL, NULL); } in AdjustPrivileges()

Completed in 1 milliseconds