CTokenGroups::LookupSid
检索属性与 CSid 对象。
bool LookupSid(
const CSid & rSid,
DWORD * pdwAttributes = NULL
) const throw( );
参数
rSid
CSid 对象。pdwAttributes
要接受 CSid 对象的属性的DWORD的指针。 如果省略或NULL,属性不会检索。
返回值
否则返回true,如果找到 CSid,错误。
备注
设置为NULL的 pdwAttributes 进行确认 CSid 的显示方式,而无需访问属性。 注意不应在此方法检查访问权限,同时不正确的结果可能会在Windows 2000下。 应用程序应使用 CAccessToken::CheckTokenMembership 方法。
要求
Header: atlsecurity.h