This topic has not yet been rated - Rate this topic

CertStoreProvWriteCTL callback function

Applies to: desktop apps only

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 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Wincrypt.h

See also

CertAddCTLContextToStore
CertAddEncodedCTLToStore
CertAddSerializedElementToStore
CTL_CONTEXT

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ