IOCSPPropertyCollection::CreateProperty 方法 (certadm.h)
CreateProperty 方法會建立新的屬性,並將它新增至屬性集。
語法
HRESULT CreateProperty(
[in] const BSTR bstrPropName,
[in] const VARIANT *pVarPropValue,
[out] IOCSPProperty **ppVal
);
參數
[in] bstrPropName
包含新屬性物件名稱的字串。
[in] pVarPropValue
C++ | 新屬性物件的指標。 |
VB | 新的屬性物件。 |
[out] ppVal
新建立物件的 IOCSPProperty 介面指標。
傳回值
C++
如果方法成功,它會 傳回S_OK。如果方法失敗,它會傳回指出錯誤的 HRESULT 值。 如需常見錯誤碼的清單,請參閱 一般 HRESULT 值。
VB
新建立物件的 IOCSPProperty 介面。規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2008 Datacenter、Windows Server 2008 Enterprise [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | certadm.h (包含 Certserv.h) |
程式庫 | Certadm.lib |
Dll | Certadm.dll |