Partager via


Fonction de rappel CertStoreProvFreeFindCTL

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

Syntaxe

BOOL CertStoreProvFreeFindCTL(
  _In_ HCERTSTOREPROV hStoreProv,
  _In_ PCCTL_CONTEXT  pCtlContext,
  _In_ void           *pvStoreProvFindInfo,
  _In_ DWORD          dwFlags
);

Paramètres

hStoreProv [in]

Gestion HCERTSTOREPROV dans un magasin de certificats.

pCtlContext [in]

Pointeur vers une structure CTL_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

CertStoreProvFindCTL

CTL_CONTEXT