Can't figure out what the typedef parameters are for these 2 functions.
ZFile::_scalar_deleting_destructor_
and
MZFileSystem::GetUpdatePackageNumber
Thanks.
Printable View
Can't figure out what the typedef parameters are for these 2 functions.
ZFile::_scalar_deleting_destructor_
and
MZFileSystem::GetUpdatePackageNumber
Thanks.
MZFileSystem::GetUpdatePackageNumber is an integer.
int __thiscall MZFileSystem::GetUpdatePackageNumber(char const *)
The const char is szPackageFileName. So you will have to write a small ASM code to get the integer back from the function.