StormLib API Reference
SFileExtractFile
bool WINAPI SFileExtractFile( HANDLE hMpq, // Handle to a file or archive const char * szToExtract, // Name of the file to extract const char * szExtracted // Name of local file DWORD dwSearchScope // Search scope );
Function SFileExtractFile extracts one file from an MPQ archive.
If the MPQ file has been successfully extracted into the target file, the function returns true. On an error, the function returns false and GetLastError returns an error code.
Available in Storm.dll | No |
Ordinal number in Storm.dll 1.00 | N/A |
Ordinal number in Storm.dll 1.09 | N/A |
Copyright (c) Ladislav Zezula 2003 - 2010