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

CertStoreProvWriteCTL callback function

The CertStoreProvWriteCTL callback function can be called by CertAddEncodedCTLToStore, CertAddCTLContextToStore or CertAddSerializedElementToStore before a CTL is added to the store.

Syntax


BOOL WINAPI CertStoreProvWriteCTL(
  _In_  HCERTSTOREPROV hStoreProv,
  _In_  PCCTL_CONTEXT pCtlContext,
  _In_  DWORD dwFlags
);

typedef void (*PFN_CERT_STORE_PROV_WRITE_CTL)();

Parameters

hStoreProv [in]

HCERTSTOREPROV handle to a certificate store.

pCtlContext [in]

A pointer to a CTL_CONTEXT structure.

dwFlags [in]

Any needed flag values.

Return value

Returns TRUE if elements can be added to the store.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Wincrypt.h

See also

CertAddCTLContextToStore
CertAddEncodedCTLToStore
CertAddSerializedElementToStore
CTL_CONTEXT

 

 

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.