The CERT_SYSTEM_STORE_INFO data structures contain information used by functions that work with system stores. Currently, no essential information is contain in this structure.
typedef struct _CERT_SYSTEM_STORE_INFO {
DWORD cbSize;
} CERT_SYSTEM_STORE_INFO, *PCERT_SYSTEM_STORE_INFO;
Currently, no system store information is persisted.