Share via


PFN_CERT_STORE_PROV_WRITE_CTL Rückruffunktion (wincrypt.h)

Die Rückruffunktion CertStoreProvWriteCTL kann von CertAddEncodedCTLToStore, CertAddCTLContextToStore oder CertAddSerializedElementToStore aufgerufen werden, bevor dem Speicher eine CTL hinzugefügt wird.

Syntax

PFN_CERT_STORE_PROV_WRITE_CTL PfnCertStoreProvWriteCtl;

BOOL PfnCertStoreProvWriteCtl(
  [in] HCERTSTOREPROV hStoreProv,
  [in] PCCTL_CONTEXT pCtlContext,
  [in] DWORD dwFlags
)
{...}

Parameter

[in] hStoreProv

HCERTSTOREPROV-Handle für einen Zertifikatspeicher.

[in] pCtlContext

Ein Zeiger auf eine CTL_CONTEXT-Struktur .

[in] dwFlags

Alle erforderlichen Flagwerte.

Rückgabewert

Gibt TRUE zurück, wenn Dem Speicher Elemente hinzugefügt werden können.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows XP [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2003 [nur Desktop-Apps]
Zielplattform Windows
Kopfzeile wincrypt.h

Weitere Informationen

CTL_CONTEXT

CertAddCTLContextToStore

CertAddEncodedCTLToStore

CertAddSerializedElementToStore