CertDllOpenStoreProv flags

From: Noolyg (noolyg_at_yahoo.com)
Date: 03/30/05


Date: 30 Mar 2005 04:36:13 -0800

Hello,

I get some strange flags to my implementation of CertDllOpenStoreProv -
the numbers are 0x20 and 0x1020 - from what I found the first one means:
CERT_STORE_UNSAFE_PHYSICAL_FLAG
and the second is
CERT_STORE_UNSAFE_PHYSICAL_FLAG | CERT_STORE_MAXIMUM_ALLOWED_FLAG.

But I can't find any documentation regarding those flags.
What do they mean? How the application should handle them?

Thanks.