Share via


PFN_CERT_ENUM_SYSTEM_STORE_LOCATION (Compact 2013)

3/28/2014

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

Syntax

typedef BOOL (WINAPI *PFN_CERT_ENUM_SYSTEM_STORE_LOCATION)(
    __in LPCWSTR pwszStoreLocation,
    __in DWORD dwFlags,
    __reserved void *pvReserved,
    __inout_opt void *pvArg
    );

Parameters

  • pwszStoreLocation
    [in] String that contains information on the store location found.
  • 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 CertEnumSystemStoreLocationpvArg parameter.

Return Values

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

Requirements

Header

wincrypt.h

See Also

Reference

Certificates Callback Functions