Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
a54433fa
Commit
a54433fa
authored
Sep 28, 2004
by
Filip Navara
Committed by
Alexandre Julliard
Sep 28, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix IDL prototypes of IPStore::WriteItem and IPStore::CloseItem.
parent
407c84e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
pstore.idl
include/pstore.idl
+3
-3
No files found.
include/pstore.idl
View file @
a54433fa
...
...
@@ -230,8 +230,8 @@ interface IPStore : IUnknown
[
in
]
const
GUID
*
pItemType
,
[
in
]
const
GUID
*
pItemSubtype
,
[
in
]
LPCWSTR
szItemName
,
[
out
]
DWORD
cbData
,
[
out
]
BYTE
*
ppbData
,
[
in
]
DWORD
cbData
,
[
in
,
size_is
(
cbData
)
]
BYTE
*
ppbData
,
[
in
]
PPST_PROMPTIFO
pPromptInfo
,
[
in
]
DWORD
dwDefaultConfirmationStyle
,
[
in
]
DWORD
dwFlags
)
;
...
...
@@ -246,7 +246,7 @@ interface IPStore : IUnknown
[
in
]
DWORD
dwFlags
)
;
HRESULT
CloseItem
(
[
out
]
PST_KEY
Key
,
[
in
]
PST_KEY
Key
,
[
in
]
const
GUID
*
pItemType
,
[
in
]
const
GUID
*
pItemSubtype
,
[
in
]
LPCWSTR
*
szItemName
,
...
...
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