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

PFN_CRYPT_XML_DATA_PROVIDER_CLOSE callback function

The PFN_CRYPT_XML_DATA_PROVIDER_CLOSE callback function releases the data provider.

Syntax


HRESULT CALLBACK PFN_CRYPT_XML_DATA_PROVIDER_CLOSE(
  _Inout_  void *pvCallbackState
);

Parameters

pvCallbackState [in, out]

An application defined argument for the callback function.

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

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.