CSecurityDesc::SetControl
設定安全性描述元的控制位元。
bool SetControl(
SECURITY_DESCRIPTOR_CONTROL ControlBitsOfInterest,
SECURITY_DESCRIPTOR_CONTROL ControlBitsToSet
) throw( );
參數
ControlBitsOfInterest
指出要設定之控制位元的 SECURITY_DESCRIPTOR_CONTROL 遮罩。 如需可設定之旗標的清單,請參閱 SetSecurityDescriptorControl。ControlBitsToSet
SECURITY_DESCRIPTOR_CONTROL 遮罩,表示 ControlBitsOfInterest 遮罩所指定控制位元的新值。 此參數可以是針對 ControlBitsOfInterest 參數所列出旗標的組合。
傳回值
如果成功則傳回 true,失敗則傳回 false。
備註
此方法只能在 Windows 2000 (含) 以後版本中使用,因為它會呼叫 SetSecurityDescriptorControl。
需求
**標頭:**atlsecurity.h