Metodo IOCSPPropertyCollection::CreateProperty (certadm.h)
Il metodo CreateProperty crea una nuova proprietà e la aggiunge a un set di proprietà.
Sintassi
HRESULT CreateProperty(
[in] const BSTR bstrPropName,
[in] const VARIANT *pVarPropValue,
[out] IOCSPProperty **ppVal
);
Parametri
[in] bstrPropName
Stringa contenente il nome del nuovo oggetto proprietà.
[in] pVarPropValue
C++ | Puntatore al nuovo oggetto proprietà. |
VB | Nuovo oggetto proprietà. |
[out] ppVal
Puntatore a un'interfaccia IOCSPProperty per l'oggetto appena creato.
Valore restituito
C++
Se il metodo ha esito positivo, restituisce S_OK.Se il metodo ha esito negativo, restituisce un valore HRESULT che indica l'errore. Per un elenco di codici di errore comuni, vedere Valori HRESULT comuni.
VB
Interfaccia IOCSPProperty per l'oggetto appena creato.Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | certadm.h (include Certserv.h) |
Libreria | Certadm.lib |
DLL | Certadm.dll |