CSid::operator =

赋值运算符。

CSid & operator =( 
   const CSid & rhs  
) throw(...); 
CSid & operator =( 
   const SID & rhs  
) throw(...);

参数

  • rhs
    分配给 CSid 对象的 SID (安全标识符)或 CSid

返回值

返回对更新 CSid 对象。

要求

Header: atlsecurity.h

请参见

参考

CSid Class