共用方式為


CSecurityDesc::GetOwner

從安全性描述元擷取擁有者 informaton。

bool GetOwner( 
   CSid * pSid, 
   bool * pbDefaulted = NULL  
) const throw(...);

參數

  • pSid
    此群組的複本給 CSid (Security Identifier) 的指標。CDacl 儲存。

  • pbDefaulted
    為設定旗標的指標。SE_OWNER_DEFAULTED 旗標的值。 SECURITY_DESCRIPTOR_CONTROL 結構的方法時,會傳回。

傳回值

傳回 true,如果此方法成功則為,否則為 false,則失敗。

需求

Header: atlsecurity.h

請參閱

參考

CSecurityDesc Class

GetSecurityDescriptorOwner

CSecurityDesc::GetControl

CSecurityDesc::GetDacl

CSecurityDesc::GetGroup

CSecurityDesc::GetSacl

CSecurityDesc::SetOwner