messageBox.h 365 B

12345678910111213
  1. #ifndef NULLOSFT_ONLINEMEDIA_PLUGIN_MESSAGEBOX_HEADER
  2. #define NULLOSFT_ONLINEMEDIA_PLUGIN_MESSAGEBOX_HEADER
  3. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  4. #pragma once
  5. #endif
  6. #include <wtypes.h>
  7. INT OmMessageBox(HWND hParent, LPCWSTR pszText, LPCWSTR pszCaption, UINT uType, LPCWSTR pszCheck, INT *checked);
  8. #endif //NULLOSFT_ONLINEMEDIA_PLUGIN_MESSAGEBOX_HEADER