Funzione CryptXmlGetStatus (cryptxml.h)
La funzione CryptXmlGetStatus restituisce una struttura CRYPT_XML_STATUS contenente informazioni sullo stato sull'oggetto specificato dall'handle fornito.
Sintassi
HRESULT CryptXmlGetStatus(
HCRYPTXML hCryptXml,
CRYPT_XML_STATUS *pStatus
);
Parametri
hCryptXml
Handle per una struttura CRYPT_XML_SIGNATURE , una matrice di strutture CRYPT_XML_SIGNATURE , una struttura CRYPT_XML_REFERENCE o un oggetto Manifest su cui ottenere informazioni sullo stato.
pStatus
Puntatore a una struttura CRYPT_XML_STATUS per ricevere le informazioni sullo stato restituite.
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 |