CertEnumSystemStoreLocationCallback callback function
The CertEnumSystemStoreLocationCallback callback function formats and presents information on each system store location found by a call to CertEnumSystemStoreLocation.
Syntax
BOOL WINAPI CertEnumSystemStoreLocationCallback( _In_ LPCWSTR pvszStoreLocations, _In_ DWORD dwFlags, _In_ void *pvReserved, _In_ void *pvArg );
Parameters
- pvszStoreLocations [in]
-
String that contains information on the store location found.
- dwFlags [in]
-
Flag used to call for an alteration of the presentation.
- pvReserved [in]
-
Reserved for future use.
- pvArg [in]
-
A pointer to information passed to the callback function in the pvArg passed to CertEnumSystemStoreLocation.
Return value
If the function succeeds, the function returns TRUE.
If the function fails, it returns FALSE.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|