Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 2.95 KB

nc-wincrypt-pfn_cert_store_prov_write_ctl.md

File metadata and controls

91 lines (67 loc) · 2.95 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_WRITE_CTL
PFN_CERT_STORE_PROV_WRITE_CTL (wincrypt.h)
The CertStoreProvWriteCTL callback function can be called by CertAddEncodedCTLToStore, CertAddCTLContextToStore or CertAddSerializedElementToStore before a CTL is added to the store.
CertStoreProvWriteCTL
PFN_CERT_STORE_PROV_WRITE_CTL
PFN_CERT_STORE_PROV_WRITE_CTL callback
PFN_CERT_STORE_PROV_WRITE_CTL callback function [Security]
_crypto2_certstoreprovwritectl
security.certstoreprovwritectl
wincrypt/PFN_CERT_STORE_PROV_WRITE_CTL
security\certstoreprovwritectl.htm
security
91344133-0785-4c4f-8df3-83301cf85e70
12/05/2018
CertStoreProvWriteCTL, PFN_CERT_STORE_PROV_WRITE_CTL, PFN_CERT_STORE_PROV_WRITE_CTL callback, PFN_CERT_STORE_PROV_WRITE_CTL callback function [Security], _crypto2_certstoreprovwritectl, security.certstoreprovwritectl, wincrypt/PFN_CERT_STORE_PROV_WRITE_CTL
wincrypt.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
PFN_CERT_STORE_PROV_WRITE_CTL
wincrypt/PFN_CERT_STORE_PROV_WRITE_CTL
c++
APIRef
kbSyntax
UserDefined
Wincrypt.h
PFN_CERT_STORE_PROV_WRITE_CTL

PFN_CERT_STORE_PROV_WRITE_CTL callback function

-description

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

-parameters

-param hStoreProv [in]

HCERTSTOREPROV handle to a certificate store.

-param pCtlContext [in]

A pointer to a CTL_CONTEXT structure.

-param dwFlags [in]

Any needed flag values.

-returns

Returns TRUE if elements can be added to the store.

-see-also

CTL_CONTEXT

CertAddCTLContextToStore

CertAddEncodedCTLToStore

CertAddSerializedElementToStore