//--------------------------------------------------------------------------- #ifndef WinApiH #define WinApiH //--------------------------------------------------------------------------- #include //--------------------------------------------------------------------------- typedef BOOL WINAPI (* ChangeWindowMessageFilterExProc)( HWND hwnd, UINT message, DWORD action, PCHANGEFILTERSTRUCT pChangeFilterStruct); //--------------------------------------------------------------------------- #endif // WinApiH