source: trunk/mediafolder/include/contextitem.hh@ 201

Last change on this file since 201 was 51, checked in by gyoung, 2 years ago

hh files that are needed and don't seem to be generated.

  • Property svn:eol-style set to native
File size: 411 bytes
Line 
1#ifndef _CONTEXTITEM_HH
2#define _CONTEXTITEM_HH
3
4#pragma SOMAsDefault (off)
5
6class CONTEXTITEM;
7
8class CONTEXTITEM
9{
10public:
11 MENUITEM menuItem;
12 ULONG ulSubMenuID;//if <>0 destinationsubmenu
13 char objectName[CCHMAXPATH];//Name of Object
14 HOBJECT hObject;
15 WPObject *wpObject;//WPS-Objecthandle
16 CONTEXTITEM *previousItem;
17 CONTEXTITEM *nextItem;
18 CONTEXTITEM *subMenu;
19};
20
21#pragma SOMAsDefault (pop)
22
23
24#endif
Note: See TracBrowser for help on using the repository browser.