CryptCATCDFClose function
[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 CryptCATCDFClose function closes a catalog definition file (CDF) and frees the memory for the corresponding CRYPTCATCDF structure. CryptCATCDFClose is called by MakeCat.
Syntax
BOOL WINAPI CryptCATCDFClose( _In_ CRYPTCATCDF *pCDF );
Parameters
- pCDF [in]
-
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
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
DLL |
|
See also