CSecurityAttributes::Set
调用此方法设置 CSecurityAttributes 对象的属性。
void Set(
const CSecurityDesc & rSecurityDescriptor,
bool bInheritHandle = false
) throw(...);
参数
rSecurityDescriptor
对安全说明符。bInheritHandle
指定要返回的句柄是否继承,在更新过程中创建。 如果该成员为true,更新过程继承处理。
备注
构造函数使用该方法初始化 CSecurityAttributes 对象。
要求
Header: atlsecurity.h