Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. using GetModelRuntimes = void (__stdcall*) (const wchar_t* models, RunTime* runTimes);
  2.  
  3. GetModelRuntimes getModelRuntimes = reinterpret_cast<GetModelRuntimes>(GetProcAddress(mod, "GetModelRuntimes"));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement