Ignore:
Timestamp:
Aug 18, 2000, 4:04:23 AM (25 years ago)
Author:
phaller
Message:

Shell32 update to WINE

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 sandervl Exp $ */
     1/* $Id: obj_shellbrowser.h,v 1.6 2000-08-18 02:04:19 phaller Exp $ */
    22/************************************************************
    33 *    IShellBrowser
     
    2222*/
    2323
    24 DEFINE_SHLGUID(IID_IShellBrowser,       0x000214E2L, 0, 0);
    2524#define SID_SShellBrowser IID_IShellBrowser
    2625
     
    5857#define FCT_ADDTOEND    0x0004
    5958
    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 
    6859#define ICOM_INTERFACE IShellBrowser
    6960#define IShellBrowser_METHODS \
     
    8879
    8980#ifdef ICOM_CINTERFACE
     81/*** IUnknown methods ***/
    9082#define IShellBrowser_QueryInterface(p,a,b)             ICOM_CALL2(QueryInterface,p,a,b)
    9183#define IShellBrowser_AddRef(p)                         ICOM_CALL(AddRef,p)
    9284#define IShellBrowser_Release(p)                        ICOM_CALL(Release,p)
     85/*** IShellBrowser methods ***/
    9386#define IShellBrowser_GetWindow(p,a)                    ICOM_CALL1(GetWindow,p,a)
    9487#define IShellBrowser_ContextSensitiveHelp(p,a)         ICOM_CALL1(ContextSensitiveHelp,p,a)
Note: See TracChangeset for help on using the changeset viewer.