共用方式為


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