WinApi.h 535 B

12345678910
  1. //---------------------------------------------------------------------------
  2. #ifndef WinApiH
  3. #define WinApiH
  4. //---------------------------------------------------------------------------
  5. #include <shlobj.h>
  6. //---------------------------------------------------------------------------
  7. typedef BOOL WINAPI (* ChangeWindowMessageFilterExProc)(
  8. HWND hwnd, UINT message, DWORD action, PCHANGEFILTERSTRUCT pChangeFilterStruct);
  9. //---------------------------------------------------------------------------
  10. #endif // WinApiH