15 lines
444 B
C
15 lines
444 B
C
|
#ifndef NULLOSFT_LOCALMEDIA_PLUGIN_MENU_HEADER
|
||
|
#define NULLOSFT_LOCALMEDIA_PLUGIN_MENU_HEADER
|
||
|
|
||
|
|
||
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||
|
#pragma once
|
||
|
#endif
|
||
|
|
||
|
#include <wtypes.h>
|
||
|
|
||
|
BOOL Menu_SetRatingValue(HMENU ratingMenu, INT ratingValue);
|
||
|
INT DoTrackPopup(HMENU hMenu, UINT fuFlags, INT x, INT y, HWND hwnd, LPTPMPARAMS lptpm);
|
||
|
void UpdateMenuItems(HWND hwndDlg, HMENU menu, UINT accel_id);
|
||
|
|
||
|
#endif //NULLOSFT_LOCALMEDIA_PLUGIN_MENU_HEADER
|