IDataManager::Extract method (pla.h)
Extracts the specified CAB file.
Syntax
HRESULT Extract(
[in] BSTR CabFilename,
[in] BSTR DestinationPath
);
Parameters
[in] CabFilename
The name of the CAB file to extract.
[in] DestinationPath
The path where you want to place the CAB file.
Return value
Returns S_OK if successful.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | pla.h |
DLL | Pla.dll |