source: trunk/tst/include/menu_funcs.h@ 4

Last change on this file since 4 was 4, checked in by stevenhl, 8 years ago

Import modifications from cwmm-0_2_9-work-01_10_2006.zip dated 2006-08-27

File size: 600 bytes
Line 
1#ifndef MENU_H_INCLUDED
2#define MENU_H_INCLUDED
3
4#if __cplusplus
5extern "C" {
6#endif
7SHORT menuInsertMenuItem( HWND hwndMenu, HWND hwndSubMenu, SHORT sPosition, int iID, char * chrText);
8MRESULT menuInsertMenuSeparator(HWND hwndMenu, HWND hwndSubMenu, SHORT sPosition );
9SHORT menuQueryItemCount(HWND hwndMenu);
10MRESULT menuCheckItem(HWND hwndMenu, USHORT usID, BOOL fIncludeSubMenu, BOOL fCheck);
11MRESULT menuRemoveItem(HWND hwndMenu, USHORT usID, BOOL fIncludeSubMenu);
12MRESULT menuCheckForItem(HWND hwndMenu, USHORT usID, BOOL fIncludeSubMenu);
13#if __cplusplus
14}
15#endif
16
17#endif
Note: See TracBrowser for help on using the repository browser.