This topic has not yet been rated - Rate this topic

CertStoreProvControl function pointer

Applies to: desktop apps only

The CertStoreProvControl callback function supports the CertControlStore API. All of the API's parameters are passed straight through to the callback. For details, see CertControlStore.

Syntax

typedef BOOL ( WINAPI *PFN_CERT_STORE_PROV_CONTROL)(
  __inout   HCERTSTOREPROV hStoreProv,
  __in      DWORD dwFlags,
  __in      DWORD dwCtrlType,
  __in_opt  const void *pvCtrlPara
);

Parameters

hStoreProv [in, out]

HCERTSTOREPROV handle to a certificate store passed from the call to CertControlStore.

dwFlags [in]

Passed from the call to CertControlStore.

dwCtrlType [in]

Control action to be taken. Passed from the call to CertControlStore.

pvCtrlPara [in, optional]

A pointer to a buffer whose structure and content is determined by the values of dwFlags and dwCtrlType. Passed from the call to CertControlStore.

Return value

Returns TRUE if the function succeeds or FALSE if it fails.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Wincrypt.h

 

 

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