Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
b259af6d
Commit
b259af6d
authored
Feb 07, 2000
by
Juergen Schmied
Committed by
Alexandre Julliard
Feb 07, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added IPersistFolder2 interface.
parent
a16c0e19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
1 deletion
+29
-1
obj_shellfolder.h
include/wine/obj_shellfolder.h
+29
-1
No files found.
include/wine/obj_shellfolder.h
View file @
b259af6d
...
...
@@ -49,6 +49,9 @@ typedef struct IShellFolder IShellFolder, *LPSHELLFOLDER;
DEFINE_SHLGUID
(
IID_IPersistFolder
,
0x000214EAL
,
0
,
0
);
typedef
struct
IPersistFolder
IPersistFolder
,
*
LPPERSISTFOLDER
;
DEFINE_GUID
(
IID_IPersistFolder2
,
0x1ac3d9f0L
,
0x175C
,
0x11D1
,
0x95
,
0xBE
,
0x00
,
0x60
,
0x97
,
0x97
,
0xEA
,
0x4F
);
typedef
struct
IPersistFolder2
IPersistFolder2
,
*
LPPERSISTFOLDER2
;
DEFINE_GUID
(
IID_IShellFolder2
,
0xB82C5AA8
,
0xA41B
,
0x11D2
,
0xBE
,
0x32
,
0x0
,
0xc0
,
0x4F
,
0xB9
,
0x36
,
0x61
);
typedef
struct
IShellFolder2
IShellFolder2
,
*
LPSHELLFOLDER2
;
...
...
@@ -327,8 +330,33 @@ ICOM_DEFINE(IPersistFolder, IPersist)
/*** IPersistFolder methods ***/
#define IPersistFolder_Initialize(p,a) ICOM_CALL1(Initialize,p,a)
/*****************************************************************************
* IPersistFolder2 interface
*/
#define ICOM_INTERFACE IPersistFolder2
#define IPersistFolder2_METHODS \
ICOM_METHOD1( HRESULT, GetCurFolder, LPITEMIDLIST*, pidl)
#define IPersistFolder2_IMETHODS \
IPersist_IMETHODS \
IPersistFolder_METHODS \
IPersistFolder2_METHODS
ICOM_DEFINE
(
IPersistFolder2
,
IPersistFolder
)
#undef ICOM_INTERFACE
/*** IUnknown methods ***/
#define IPersistFolder2_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
#define IPersistFolder2_AddRef(p) ICOM_CALL (AddRef,p)
#define IPersistFolder2_Release(p) ICOM_CALL (Release,p)
/*** IPersist methods ***/
#define IPersistFolder2_GetClassID(p,a) ICOM_CALL1(GetClassID,p,a)
/*** IPersistFolder methods ***/
#define IPersistFolder2_Initialize(p,a) ICOM_CALL1(Initialize,p,a)
/*** IPersistFolder2 methods ***/
#define IPersistFolder2_GetCurFolder(p,a) ICOM_CALL1(GetCurFolder,p,a)
#ifdef __cplusplus
}
/* extern "C" */
#endif
/* defined(__cplusplus) */
#endif
/* __WINE_WINE_OBJ_SHELL
LINK
_H */
#endif
/* __WINE_WINE_OBJ_SHELL
FOLDER
_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment