Funzione CryptXmlGetReference (cryptxml.h)

La funzione CryptXmlGetReference restituisce l'elemento Reference specificato dall'handle fornito.

Sintassi

HRESULT CryptXmlGetReference(
  [in]  HCRYPTXML                 hCryptXml,
  [out] const CRYPT_XML_REFERENCE **ppStruct
);

Parametri

[in] hCryptXml

Handle dell'elemento Reference da recuperare.

[out] ppStruct

Puntatore a un puntatore a una struttura CRYPT_XML_REFERENCE che contiene l'elemento Reference restituito.

Valore restituito

Se la funzione ha esito positivo, la funzione restituisce zero.

Se la funzione ha esito negativo, restituisce un valore HRESULT che indica l'errore.

Requisiti

   
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione cryptxml.h
Libreria Cryptxml.lib
DLL Cryptxml.dll