CATALOG_INFO structure (mscat.h)

[The CATALOG_INFO structure is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

The CATALOG_INFO structure contains the name of a catalog file. This structure is used by the CryptCATCatalogInfoFromContext function.

Syntax

typedef struct CATALOG_INFO_ {
  DWORD cbStruct;
  WCHAR wszCatalogFile[MAX_PATH];
} CATALOG_INFO;

Members

cbStruct

Specifies the size, in bytes, of this structure.

wszCatalogFile[MAX_PATH]

Name of the catalog file.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header mscat.h

See also

CryptCATCatalogInfoFromContext