PFN_CERT_STORE_PROV_WRITE_CTL funzione di callback (wincrypt.h)

La funzione di callback CertStoreProvWriteCTL può essere chiamata da CertAddEncodedCTLToStore, CertAddCTLContextToStore o CertAddSerializedElementToStore prima dell'aggiunta di un CTL all'archivio.

Sintassi

PFN_CERT_STORE_PROV_WRITE_CTL PfnCertStoreProvWriteCtl;

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

Parametri

[in] hStoreProv

Handle HCERTSTOREPROV in un archivio certificati.

[in] pCtlContext

Puntatore a una struttura CTL_CONTEXT .

[in] dwFlags

Tutti i valori del flag necessari.

Valore restituito

Restituisce TRUE se gli elementi possono essere aggiunti all'archivio.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione wincrypt.h

Vedi anche

CTL_CONTEXT

CertAddCTLContextToStore

CertAddEncodedCTLToStore

CertAddSerializedElementToStore