Partager via


PFN_CERT_ENUM_SYSTEM_STORE (Compact 2013)

3/28/2014

This callback function formats and presents information on each system store that is found by a call to CertEnumSystemStore.

Syntax

typedef BOOL (WINAPI *PFN_CERT_ENUM_SYSTEM_STORE)(
    __in const void *pvSystemStore,
    __in DWORD dwFlags,
    __in PCERT_SYSTEM_STORE_INFO pStoreInfo,
    __reserved void *pvReserved,
    __inout_opt void *pvArg
    );

Parameters

  • pvSystemStore
    [in] Pointer to information on the system store that is found by a call to CertEnumSystemStore.
  • dwFlags
    [in] Flag that is used to call for an alteration of the presentation.
  • pvReserved
    Reserved for future use.
  • pvArg
    [in, out] Pointer to optional information that is passed to the callback function through the CertEnumSystemStorepvArg parameter.

Return Values

Returns TRUE if the function succeeds; otherwise, returns FALSE.

Requirements

Header

wincrypt.h

See Also

Reference

Certificates Callback Functions