CSecurityDesc::operator =

赋值运算符。

CSecurityDesc & operator =( 
   const SECURITY_DESCRIPTOR & rhs  
) throw(...); 
CSecurityDesc & operator =( 
   const CSecurityDesc & rhs  
) throw(...);

参数

  • rhs
    分配给 CSecurityDesc 对象的 SECURITY_DESCRIPTOR 结构或 CSecurityDesc 对象。

返回值

返回更新 CSecurityDesc 对象。

要求

Header: atlsecurity.h

请参见

参考

CSecurityDesc Class

SECURITY_DESCRIPTOR