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