CERT_SYSTEM_STORE_INFO

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;
 

Members

cbSize
Set by CertOpenStore to the size of this structure.

Remarks

Currently, no system store information is persisted.