Fonction de rappel CertStoreProvFreeFindCRL

La fonction de rappel CertStoreProvFreeFindCRL est appelée lorsque le certificat retourné par le rappel CertStoreProvFindCRL n’a pas été utilisé, et ainsi libéré, dans un appel ultérieur à CertStoreProvFindCRL. Avant l’appel du rappel CLOSE, tous les certificats retournés par le rappel CertStoreProvFindCRL doivent être libérés par le fournisseur à l’aide de CertStoreProvFindCRL ou de CertStoreProvFreeFindCRL.

Syntaxe

BOOL WINAPI CertStoreProvFreeFindCRL(
  _In_ HCERTSTOREPROV hStoreProv,
  _In_ PCCRL_CONTEXT  pCrlContext,
  _In_ void           *pvStoreProvFindInfo,
  _In_ DWORD          dwFlags
);

Paramètres

hStoreProv [in]

Gestion HCERTSTOREPROV dans un magasin de certificats.

pCrlContext [in]

Pointeur vers un CRL_CONTEXT.

pvStoreProvFindInfo [in]

Pointeur vers une mémoire tampon contenant des informations de recherche.

dwFlags [in]

Toutes les valeurs d’indicateur nécessaires.

Valeur retournée

Retourne TRUE si la fonction réussit ou FALSE si elle échoue.

Spécifications

Condition requise Valeur
Client minimal pris en charge
Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge
Windows Server 2003 [applications de bureau uniquement]

Voir aussi

CertStoreProvFindCRL

CRL_CONTEXT