CryptXmlGetStatus function (cryptxml.h)

The CryptXmlGetStatus function returns a CRYPT_XML_STATUS structure that contains status information about the object specified by the supplied handle.

Syntax

HRESULT CryptXmlGetStatus(
  HCRYPTXML        hCryptXml,
  CRYPT_XML_STATUS *pStatus
);

Parameters

hCryptXml

A handle to a CRYPT_XML_SIGNATURE structure, an array of CRYPT_XML_SIGNATURE structures , a CRYPT_XML_REFERENCE structure, or a Manifest object about which to get status information.

pStatus

A pointer to a CRYPT_XML_STATUS structure to receive the returned status information.

Return value

If the function succeeds, the function returns zero.

If the function fails, it returns an HRESULT value that indicates the error.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header cryptxml.h
Library Cryptxml.lib
DLL Cryptxml.dll