Platform SDK: Files and I/O

FreeEncryptionCertificateHashList

The FreeEncryptionCertificateHashList function frees a certificate hash list.

VOID FreeEncryptionCertificateHashList(
  PENCRYPTION_CERTIFICATE_HASH_LIST pHashes  // hash list
);

Parameters

pHashes
[in] Pointer to a certificate hash list structure, ENCRYPTION_CERTIFICATE_HASH_LIST, which was returned by the QueryUsersOnEncryptedFile or QueryRecoveryAgentsOnEncryptedFile function.

Return Values

This function does not return a value.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Winefs.h; include Windows.h.
  Library: Use Advapi32.lib.

See Also

File Systems Overview, File System Functions, ENCRYPTION_CERTIFICATE_HASH_LIST, QueryRecoveryAgentsOnEncryptedFile, QueryUsersOnEncryptedFile