Open Password Protected Container Files

This section describes how to extract password-protected container files using the C API. The following guidelines apply to specific file types.

To open container files

  1. Define the credential information in the KVOpenFileArg data structure. See KVOpenFileArg.

  2. Pass KVOpenFileArg to the fpOpenFile() function. See fpOpenFile().

  3. Call fpCloseFile(). See fpCloseFile().