source:
trunk/dll/menu.h@
551
Last change on this file since 551 was 551, checked in by , 19 years ago | |
---|---|
|
|
File size: 186 bytes |
Rev | Line | |
---|---|---|
[551] | 1 | typedef struct MENU |
2 | { | |
3 | USHORT size; | |
4 | USHORT cmd; | |
5 | USHORT type; | |
6 | USHORT dummy; | |
7 | CHAR *text; | |
8 | struct MENU *next; | |
9 | } | |
10 | MENU; | |
[2] | 11 | |
12 | #define ACTION 0 | |
13 | #define SUBMENU 1 | |
14 | #define SEPARATOR 2 |
Note:
See TracBrowser
for help on using the repository browser.