ExtractFile

Top  Previous  Next

Extracts the file, specified by its key, to the given path with the given name.

 

[C++]

 

HRESULT ExtractFile(

BSTR bstrKey,

BSTR bstrExtractToPath,

BSTR bstrExtractToName

);

 

 

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

 

 

 


Copyright © 2003-2013 Mythicsoft Ltd. All rights reserved.
SDK help file version: 7.0.2