1
0

ratingMenu.h 522 B

1234567891011121314151617
  1. #ifndef NULLSOFT_WINAMP_OMBROWSER_RATING_MENU_HEADER
  2. #define NULLSOFT_WINAMP_OMBROWSER_RATING_MENU_HEADER
  3. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  4. #pragma once
  5. #endif
  6. class ifc_menucustomizer;
  7. BOOL RatingMenu_InitializeMenu(HMENU ratingMenu, INT ratingValue);
  8. HMENU RatingMenu_FindMenu(HMENU hMenu);
  9. BOOL RatingMenu_SetValue(HMENU ratingMenu, INT ratingValue);
  10. HRESULT RatingMenu_GetCustomizer(HMENU hMenu, ifc_menucustomizer **customizer);
  11. #include <wtypes.h>
  12. #endif //NULLSOFT_WINAMP_OMBROWSER_RATING_MENU_HEADER