共用方式為


CTokenPrivileges::LookupPrivilege

擷取屬性與給定之權限的名稱。

bool LookupPrivilege( 
   LPCTSTR pszPrivilege, 
   DWORD * pdwAttributes = NULL  
) const throw(...);

參數

  • pszPrivilege
    為指定這個使用權限的名稱的 NULL 結尾字串的指標,如 WINNT.H 標頭檔中定義。 例如,這個參數可以指定常數 SE_SECURITY_NAME,或其對應的字串, SeSecurityPrivilege 「」。

  • pdwAttributes
    out 接收屬性之變數的指標。

傳回值

否則傳回 true,如果已成功擷取,錯誤。

需求

Header: atlsecurity.h

請參閱

參考

CTokenPrivileges Class

CTokenPrivileges::GetNamesAndAttributes

CTokenPrivileges::GetDisplayNames

CTokenPrivileges::GetLuidsAndAttributes