Executed right after 'DBGetRecord'
| 1071 | |
| 1072 | // Executed right after 'DBGetRecord' |
| 1073 | static const char* __stdcall DBGetString_Hook(int a1, unsigned int a2, int a3) |
| 1074 | { |
| 1075 | return DBGetString(a1, a2, a3); |
| 1076 | } |
| 1077 | |
| 1078 | static void __fastcall SliderSetSliderPos_Hook(int thisPtr, int, int nPos) |
| 1079 | { |
nothing calls this directly
no outgoing calls
no test coverage detected