共用方式為


ObjectContext::get_Security 方法 (comsvcs.h)

擷取目前對象內容的安全性物件。

語法

HRESULT get_Security(
  [out] SecurityProperty **ppSecurityProperty
);

參數

[out] ppSecurityProperty

SecurityProperty 介面的參考,其中包含目前對象內容的安全性屬性。

傳回值

這個方法可以傳回標準傳回值E_INVALIDARG、E_OUTOFMEMORY、E_UNEXPECTED、E_FAIL和S_OK。

規格需求

需求
最低支援的用戶端 Windows 2000 專業版 [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限傳統型應用程式]
目標平台 Windows
標頭 comsvcs.h

另請參閱

ObjectContext