赋值运算符。
CSid & operator =(
const CSid & rhs
) throw(...);
CSid & operator =(
const SID & rhs
) throw(...);
参数
- rhs
分配给 CSid 对象的 SID (安全标识符)或 CSid。
返回值
返回对更新 CSid 对象。
要求
Header: atlsecurity.h
赋值运算符。
CSid & operator =(
const CSid & rhs
) throw(...);
CSid & operator =(
const SID & rhs
) throw(...);
返回对更新 CSid 对象。
Header: atlsecurity.h