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
7ebb09ad
Commit
7ebb09ad
authored
Aug 06, 2004
by
Mike McCormack
Committed by
Alexandre Julliard
Aug 06, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix declaration of OpenItem.
parent
2c527f96
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
pstore.h
include/pstore.h
+4
-4
pstore.idl
include/pstore.idl
+1
-1
No files found.
include/pstore.h
View file @
7ebb09ad
...
...
@@ -451,7 +451,7 @@ struct IPStore : public IUnknown
PST_KEY
Key
,
const
GUID
*
pItemType
,
const
GUID
*
pItemSubtype
,
LPCWSTR
*
szItemName
,
LPCWSTR
szItemName
,
PST_ACCESSMODE
ModeFlags
,
PPST_PROMPTIFO
pProomptInfo
,
DWORD
dwFlags
)
=
0
;
...
...
@@ -622,7 +622,7 @@ struct IPStoreVtbl {
PST_KEY
Key
,
const
GUID
*
pItemType
,
const
GUID
*
pItemSubtype
,
LPCWSTR
*
szItemName
,
LPCWSTR
szItemName
,
PST_ACCESSMODE
ModeFlags
,
PPST_PROMPTIFO
pProomptInfo
,
DWORD
dwFlags
);
...
...
@@ -695,7 +695,7 @@ struct IPStoreVtbl {
STDMETHOD_(HRESULT,DeleteItem)(THIS_ PST_KEY Key, const GUID* pItemType, const GUID* pItemSubType, LPCWSTR szItemName, PPST_PROMPTINFO pPromptInfo, DWORD dwFlags) PURE; \
STDMETHOD_(HRESULT,ReadItem)(THIS_ PST_KEY Key, const GUID* pItemType, const GUID* pItemSubtype, LPCWSTR szItemName, DWORD* cbData, BYTE** pbData, PPST_PROMPTIFO pPromptInfo, DWORD dwFlags) PURE; \
STDMETHOD_(HRESULT,WriteItem)(THIS_ PST_KEY Key, const GUID* pItemType, const GUID* pItemSubtype, LPCWSTR szItemName, DWORD cbData, BYTE* ppbData, PPST_PROMPTIFO pPromptInfo, DWORD dwDefaultConfirmationStyle, DWORD dwFlags) PURE; \
STDMETHOD_(HRESULT,OpenItem)(THIS_ PST_KEY Key, const GUID* pItemType, const GUID* pItemSubtype, LPCWSTR
*
szItemName, PST_ACCESSMODE ModeFlags, PPST_PROMPTIFO pProomptInfo, DWORD dwFlags) PURE; \
STDMETHOD_(HRESULT,OpenItem)(THIS_ PST_KEY Key, const GUID* pItemType, const GUID* pItemSubtype, LPCWSTR szItemName, PST_ACCESSMODE ModeFlags, PPST_PROMPTIFO pProomptInfo, DWORD dwFlags) PURE; \
STDMETHOD_(HRESULT,CloseItem)(THIS_ PST_KEY Key, const GUID* pItemType, const GUID* pItemSubtype, LPCWSTR* szItemName, DWORD dwFlags) PURE; \
STDMETHOD_(HRESULT,EnumItems)(THIS_ PST_KEY Key, const GUID* pItemType, const GUID* pItemSubtype, DWORD dwFlags, IEnumPStoreItems** ppenum) PURE;
...
...
@@ -893,7 +893,7 @@ HRESULT CALLBACK IPStore_OpenItem_Proxy(
PST_KEY
Key
,
const
GUID
*
pItemType
,
const
GUID
*
pItemSubtype
,
LPCWSTR
*
szItemName
,
LPCWSTR
szItemName
,
PST_ACCESSMODE
ModeFlags
,
PPST_PROMPTIFO
pProomptInfo
,
DWORD
dwFlags
);
...
...
include/pstore.idl
View file @
7ebb09ad
...
...
@@ -240,7 +240,7 @@ interface IPStore : IUnknown
[
in
]
PST_KEY
Key
,
[
in
]
const
GUID
*
pItemType
,
[
in
]
const
GUID
*
pItemSubtype
,
[
in
]
LPCWSTR
*
szItemName
,
[
in
]
LPCWSTR
szItemName
,
[
in
]
PST_ACCESSMODE
ModeFlags
,
[
in
]
PPST_PROMPTIFO
pProomptInfo
,
[
in
]
DWORD
dwFlags
)
;
...
...
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