CPrivateObjectSecurityDesc::Get

调用此方法从私有对象的安全说明符检索信息。

bool Get(
   SECURITY_INFORMATION si,
   CSecurityDesc* pResult 
) const throw( );

参数

  • si
    设置一个安全说明符的部分检索的位标志。 该值可以是 SECURITY_INFORMATION 位标志的组合。

  • pResult
    为防止请求的信息的副本指定的安全说明符的 CSecurityDesc 对象的指针。

返回值

如果成功,则返回 true;如果失败,则返回 false。

备注

安全说明符是包含可保护对象的安全信息的结构和关联的数据。

要求

Header: atlsecurity.h

请参见

参考

CPrivateObjectSecurityDesc选件类

GetPrivateObjectSecurity

CPrivateObjectSecurityDesc::Set