Changeset 4033 for trunk/include/win/wine/obj_shellbrowser.h
- Timestamp:
- Aug 18, 2000, 4:04:23 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_shellbrowser.h
r641 r4033 1 /* $Id: obj_shellbrowser.h,v 1. 5 1999-08-22 22:52:10 sandervlExp $ */1 /* $Id: obj_shellbrowser.h,v 1.6 2000-08-18 02:04:19 phaller Exp $ */ 2 2 /************************************************************ 3 3 * IShellBrowser … … 22 22 */ 23 23 24 DEFINE_SHLGUID(IID_IShellBrowser, 0x000214E2L, 0, 0);25 24 #define SID_SShellBrowser IID_IShellBrowser 26 25 … … 58 57 #define FCT_ADDTOEND 0x0004 59 58 60 /* undocumented, found in the web posted by Chris Becke */61 #define CWM_SETPATH (WM_USER+2)62 #define CWM_WANTIDLE (WM_USER+3)63 #define CWM_GETSETCURRENTINFO (WM_USER+4)64 #define CWM_SELECTITEM (WM_USER+5)65 #define CWM_STOPWAITING (WM_USER+6)66 #define CWM_GETISHELLBROWSER (WM_USER+7)67 68 59 #define ICOM_INTERFACE IShellBrowser 69 60 #define IShellBrowser_METHODS \ … … 88 79 89 80 #ifdef ICOM_CINTERFACE 81 /*** IUnknown methods ***/ 90 82 #define IShellBrowser_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b) 91 83 #define IShellBrowser_AddRef(p) ICOM_CALL(AddRef,p) 92 84 #define IShellBrowser_Release(p) ICOM_CALL(Release,p) 85 /*** IShellBrowser methods ***/ 93 86 #define IShellBrowser_GetWindow(p,a) ICOM_CALL1(GetWindow,p,a) 94 87 #define IShellBrowser_ContextSensitiveHelp(p,a) ICOM_CALL1(ContextSensitiveHelp,p,a)
Note:
See TracChangeset
for help on using the changeset viewer.