Guest User

Untitled

a guest
Oct 6th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. #ifdef HOOKDLL_API
  2.  
  3. #else
  4.  
  5. #define HOOKDLL_API extern "C" __declspec(dllimport)
  6.  
  7. #endif
  8.  
  9. #include <windows.h>
  10.  
  11.  
  12. HOOKDLL_API int SetHook(HWND, UINT);
  13. HOOKDLL_API int UnsetHook();
Add Comment
Please, Sign In to add comment