Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 2.79 KB

nc-wincrypt-pfn_cert_store_prov_read_ctl.md

File metadata and controls

80 lines (63 loc) · 2.79 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NC:wincrypt.PFN_CERT_STORE_PROV_READ_CTL
PFN_CERT_STORE_PROV_READ_CTL (wincrypt.h)
The CertStoreProvReadCTL callback function is called to read the provider's copy of the CTL context and, if it exists, to create a new CTL context.
CertStoreProvReadCTL
PFN_CERT_STORE_PROV_READ_CTL
PFN_CERT_STORE_PROV_READ_CTL callback
PFN_CERT_STORE_PROV_READ_CTL callback function [Security]
_crypto2_certstoreprovreadctl
security.certstoreprovreadctl
wincrypt/PFN_CERT_STORE_PROV_READ_CTL
security\certstoreprovreadctl.htm
security
09fbf42d-ed7a-4b1d-bad6-3bf8f216603c
12/05/2018
CertStoreProvReadCTL, PFN_CERT_STORE_PROV_READ_CTL, PFN_CERT_STORE_PROV_READ_CTL callback, PFN_CERT_STORE_PROV_READ_CTL callback function [Security], _crypto2_certstoreprovreadctl, security.certstoreprovreadctl, wincrypt/PFN_CERT_STORE_PROV_READ_CTL
wincrypt.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
PFN_CERT_STORE_PROV_READ_CTL
wincrypt/PFN_CERT_STORE_PROV_READ_CTL
c++
APIRef
kbSyntax
UserDefined
Wincrypt.h
PFN_CERT_STORE_PROV_READ_CTL

PFN_CERT_STORE_PROV_READ_CTL callback function

-description

The CertStoreProvReadCTL callback function is called to read the provider's copy of the CTL context and, if it exists, to create a new CTL context. Currently, this callback function is not called directly by the store APIs but it can be exported to support other providers based on it.

-parameters

-param hStoreProv [in]

HCERTSTOREPROV handle to a certificate store.

-param pStoreCtlContext [in]

A pointer to a CTL_CONTEXT structure.

-param dwFlags [in]

Any needed flag values.

-param ppProvCtlContext [out]

A pointer to a pointer to a CTL_CONTEXT structure to be returned by the function. The context will be freed by calling CertFreeCTLContext.

-returns

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

-see-also

CTL_CONTEXT