CTokenPrivileges::GetLuidsAndAttributes

CTokenPrivileges 对象检索本地唯一标识符(LUIDs)和属性标志。

void GetLuidsAndAttributes(
   CLUIDArray * pPrivileges,
   CAttributes * pAttributes = NULL 
) const throw(...);

参数

  • pPrivileges
    对数组的指针 LUID 对象。 CLUIDArray 是为 CAtlArray<LUID> CLUIDArray定义的typedef。

  • pAttributes
    对数组的指针个对象。 如果此参数省略或NULL,属性不会检索。 CAttributes 是为 CAtlArray <DWORD> CAttributes定义的typedef。

备注

此方法将枚举 CTokenPrivileges 访问标记对象包含的所有权限并将单个LUIDs和(可选)属性标志向数组对象。

要求

Header: atlsecurity.h

请参见

参考

CTokenPrivileges选件类

CTokenPrivileges::GetNamesAndAttributes

CTokenPrivileges::LookupPrivilege

CTokenPrivileges::GetDisplayNames

LUID_AND_ATTRIBUTES