Expand Minimize
This topic has not yet been rated - Rate this topic

CryptXmlGetTransforms function

The CryptXmlGetTransforms function returns information about the default transform chain engine.

Syntax


HRESULT WINAPI CryptXmlGetTransforms(
  _Out_  PCRYPT_XML_TRANSFORM_CHAIN_CONFIG **pConfig
);

Parameters

pConfig [out]

A pointer to a pointer to a CRYPT_XML_TRANSFORM_CHAIN_CONFIG structure to receive the returned transform 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

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Cryptxml.h

Library

Cryptxml.lib

DLL

Cryptxml.dll

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.