Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The CryptXmlDllGetInterface function retrieves a pointer to the cryptographic extension functions for the specified algorithm.
CryptXmlDllGetInterface Cryptxmldllgetinterface;
HRESULT Cryptxmldllgetinterface(
DWORD dwFlags,
[in] const CRYPT_XML_ALGORITHM_INFO *pMethod,
[out] CRYPT_XML_CRYPTOGRAPHIC_INTERFACE *pInterface
)
{...}
dwFlags
This parameter is reserved and must be set to zero.
[in] pMethod
A pointer to a CRYPT_XML_ALGORITHM_INFO structure to retrieve the interface of.
[out] pInterface
A pointer to a CRYPT_XML_ALGORITHM_INFO structure to receive the interface information.
If the function succeeds, the function returns zero.
If the function fails, it returns an HRESULT value that indicates the error.
The cryptographic extensions DLL must export the CryptXmlDllGetInterface entry.
To get the CRYPT_XML_CRYPTOGRAPHIC_INTERFACE table, CryptXml loads the registered cryptographic extensions DLL by using the LoadLibrary function, and then it calls the CryptXmlDllGetInterface function.
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 |