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

CertStoreProvCloseCallback callback function

An application-defined callback function that is called by CertCloseStore when the store's reference count is decremented to zero.

Syntax


void WINAPI CertStoreProvCloseCallback(
  _In_  HCERTSTOREPROV hStoreProv,
  _In_  DWORD dwFlags
);

typedef void (*PFN_CERT_STORE_PROV_CLOSE)();

Parameters

hStoreProv [in]

Provider-specific value returned in CERT_STORE_PROV_INFO by CertDllOpenStoreProv.

dwFlags [in]

Copy of the dwFlags passed as a parameter to CertCloseStore.

Return value

This callback function does not return a value.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Wincrypt.h

See also

Callback Functions

 

 

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.