PFN_CERT_STORE_PROV_SET_CRL_PROPERTY fungsi panggilan balik (wincrypt.h)

Fungsi panggilan balik yang ditentukan aplikasi yang dipanggil oleh CertSetCRLContextProperty sebelum mengatur properti CRL. Ini juga disebut oleh CertGetCRLContextProperty saat mendapatkan properti hash yang perlu dibuat dan kemudian bertahan melalui set.

Setelah input, properti belum diatur untuk parameter pCrlContext .

Sintaks

PFN_CERT_STORE_PROV_SET_CRL_PROPERTY PfnCertStoreProvSetCrlProperty;

BOOL PfnCertStoreProvSetCrlProperty(
  [in] HCERTSTOREPROV hStoreProv,
  [in] PCCRL_CONTEXT pCrlContext,
  [in] DWORD dwPropId,
  [in] DWORD dwFlags,
  [in] const void *pvData
)
{...}

Parameter

[in] hStoreProv

Nilai khusus penyedia dikembalikan dalam CERT_STORE_PROV_INFO oleh CertDllOpenStoreProv.

[in] pCrlContext

Lihat CertSetCRLContextProperty.

[in] dwPropId

Lihat CertSetCRLContextProperty.

[in] dwFlags

Salinan dwFlags diteruskan sebagai parameter ke CertSetCRLContextProperty.

[in] pvData

Lihat CertSetCRLContextProperty.

Mengembalikan nilai

Mengembalikan TRUE jika tidak apa-apa untuk mengatur properti .

Persyaratan

Persyaratan Nilai
Klien minimum yang didukung Windows XP [hanya aplikasi desktop]
Server minimum yang didukung Windows Server 2003 [hanya aplikasi desktop]
Target Platform Windows
Header wincrypt.h

Lihat juga

CERT_STORE_PROV_INFO

Fungsi Callback

CertDllOpenStoreProv

CertGetCRLContextProperty

CertSetCRLContextProperty