Fonction CryptXmlGetStatus (cryptxml.h)
La fonction CryptXmlGetStatus retourne une structure CRYPT_XML_STATUS qui contient status informations sur l’objet spécifié par le handle fourni.
Syntaxe
HRESULT CryptXmlGetStatus(
HCRYPTXML hCryptXml,
CRYPT_XML_STATUS *pStatus
);
Paramètres
hCryptXml
Handle d’une structure CRYPT_XML_SIGNATURE, tableau de structures CRYPT_XML_SIGNATURE, structure CRYPT_XML_REFERENCE ou objet Manifest sur lequel obtenir des informations status.
pStatus
Pointeur vers une structure de CRYPT_XML_STATUS pour recevoir les informations de status retournées.
Valeur retournée
Si la fonction réussit, la fonction retourne zéro.
Si la fonction échoue, elle retourne une valeur HRESULT qui indique l’erreur.
Configuration requise
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | cryptxml.h |
Bibliothèque | Cryptxml.lib |
DLL | Cryptxml.dll |