StatusHook.h 136 B

1234567
  1. #ifndef NULLSOFT_STATUSHOOKH
  2. #define NULLSOFT_STATUSHOOKH
  3. #include <windows.h>
  4. void Hook(HWND winamp);
  5. void Unhook(HWND winamp);
  6. #endif