source:
trunk/test/include/menu_funcs.h@
32
Last change on this file since 32 was 2, checked in by , 8 years ago | |
---|---|
File size: 267 bytes |
Line | |
---|---|
1 | #ifndef MENU_H_INCLUDED |
2 | #define MENU_H_INCLUDED |
3 | |
4 | extern "C" { |
5 | SHORT menuInsertMenuItem( HWND hwndMenu, HWND hwndSubMenu, SHORT sPosition, int iID, char * chrText); |
6 | MRESULT menuInsertMenuSeparator(HWND hwndMenu, HWND hwndSubMenu, SHORT sPosition ); |
7 | } |
8 | |
9 | #endif |
Note:
See TracBrowser
for help on using the repository browser.