共用方式為


CAcl::operator =

指派運算子。

CAcl & operator =( 
   const CAcl & rhs  
) throw(...);

參數

  • rhs
    指派的 CAcl 到現有的物件。

傳回值

傳回 CAcl 更新物件的參考。

需求

Header: atlsecurity.h

請參閱

參考

CAcl Class