StormLib API Reference
SFileSignArchive
bool WINAPI SFileSignArchive( HANDLE hMpq, // Handle to an open archive DWORD dwSignatureType // Type of signature );
Function SFileSignArchive setups the archive so that it becomes signed during archive close.
When the function succeeds, it returns nonzero. On an error, the function returns false and GetLastError gives the error code.
SFileSignArchive merely sets an internal flag. The actual signature generation will happen during call of SFileCloseArchive.
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 2014