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