共用方式為


CSecurityAttributes::CSecurityAttributes

建構函式。

CSecurityAttributes( ) throw( ); 
explicit CSecurityAttributes(
   const CSecurityDesc & rSecurityDescriptor,
   bool bInheritHandle = false
) throw(...);

參數

  • rSecurityDescriptor
    安全性描述元的參考。

  • bInheritHandle
    指定傳回的控制代碼是否是繼承的,如果已建立新的。如果成員為 true 時,新的處理序繼承控制代碼。

需求

Header: atlsecurity.h

請參閱

參考

CSecurityAttributes 類別

CSecurityAttributes::Set