CryptCATCDFClose function (mscat.h)

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

The CRYPTCATCDF structure. CryptCATCDFClose is called by MakeCat.

Syntax

BOOL CryptCATCDFClose(
  [in] CRYPTCATCDF *pCDF
);

Parameters

[in] pCDF

A pointer to a CRYPTCATCDF structure.

Return value

Upon success, this function returns TRUE. The CryptCATCDFClose function returns FALSE with an ERROR_INVALID_PARAMETER error if it fails.

Remarks

Before closing the catalog output file specified in pCDF, the CryptCATCDFClose function signs and persists it to the file system.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header mscat.h
DLL Wintrust.dll

See also

CRYPTCATCDF

MakeCat