|
ExtractFile |
Top Previous Next |
|
Extracts the file, specified by its key, to the given path with the given name.
Parameters
bstrKey [in] Unique key to identify the file to extract, as supplied by GetNextFileInfo.
bstrExtractToPath [in] Path of the folder that the extracted file should be written to.
bstrExtractToName [in] Name to give the extracted file.
Return Value
S_OK File was successfully extracted. E_FAIL An error occurred.
Remarks
|