c++ Programming Glossary: hookfunction
Function pointer to class member function problems http://stackoverflow.com/questions/439540/function-pointer-to-class-member-function-problems in a normal C application it goes like this ThirdPartyGrab HookFunction HookFunction needs to be declared as long _stdcall HookFunction.. application it goes like this ThirdPartyGrab HookFunction HookFunction needs to be declared as long _stdcall HookFunction long long.. HookFunction needs to be declared as long _stdcall HookFunction long long void or BUF_HOOK_FUNCTION_PTR which is declared as..
|