共用方式為


CSid::operator =

指派運算子。

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

參數

  • rhs
    指派給 CSid 物件的 SID (Security Identifier) 或 CSid

傳回值

傳回 CSid 更新物件的參考。

需求

Header: atlsecurity.h

請參閱

參考

CSid 類別