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
c04275d7
Commit
c04275d7
authored
Jul 22, 2009
by
Huw Davies
Committed by
Alexandre Julliard
Jul 23, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add a missing parameter and fix a few attributes.
parent
f80c4195
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
dbprop.idl
include/dbprop.idl
+6
-5
No files found.
include/dbprop.idl
View file @
c04275d7
...
@@ -30,7 +30,7 @@ interface IDBProperties : IUnknown {
...
@@ -30,7 +30,7 @@ interface IDBProperties : IUnknown {
[
call_as
(
GetProperties
)
]
HRESULT
RemoteGetProperties
(
[
call_as
(
GetProperties
)
]
HRESULT
RemoteGetProperties
(
[
in
]
ULONG
cPropertyIDSets
,
[
in
]
ULONG
cPropertyIDSets
,
[
in
,
size_is
(
cPropertyIDSets
)
]
const
DBPROPIDSET
rgPropertyIDSets
[]
,
[
in
,
unique
,
size_is
(
cPropertyIDSets
)
]
const
DBPROPIDSET
rgPropertyIDSets
[]
,
[
in
,
out
]
ULONG
*
pcPropertySets
,
[
in
,
out
]
ULONG
*
pcPropertySets
,
[
out
,
size_is
(,
*
pcPropertySets
)
]
DBPROPSET
**
prgPropertySets
,
[
out
,
size_is
(,
*
pcPropertySets
)
]
DBPROPSET
**
prgPropertySets
,
[
out
]
IErrorInfo
**
ppErrorInfoRem
)
;
[
out
]
IErrorInfo
**
ppErrorInfoRem
)
;
...
@@ -39,17 +39,18 @@ interface IDBProperties : IUnknown {
...
@@ -39,17 +39,18 @@ interface IDBProperties : IUnknown {
[
in
]
ULONG
cPropertyIDSets
,
[
in
]
ULONG
cPropertyIDSets
,
[
in
,
size_is
(
cPropertyIDSets
)
]
const
DBPROPIDSET
rgPropertyIDSets
[]
,
[
in
,
size_is
(
cPropertyIDSets
)
]
const
DBPROPIDSET
rgPropertyIDSets
[]
,
[
in
,
out
]
ULONG
*
pcPropertyInfoSets
,
[
in
,
out
]
ULONG
*
pcPropertyInfoSets
,
[
out
,
size_is
(,
*
pcPropertyInfoSets
)
]
DBPROPINFOSET
**
prgPropertyInfoSets
)
;
[
out
,
size_is
(,
*
pcPropertyInfoSets
)
]
DBPROPINFOSET
**
prgPropertyInfoSets
,
[
out
,
/*
annotation
(
"__deref_out_z_opt"
)
*/
]
OLECHAR
**
ppDescBuffer
)
;
[
call_as
(
GetPropertyInfo
)
]
HRESULT
RemoteGetPropertyInfo
(
[
call_as
(
GetPropertyInfo
)
]
HRESULT
RemoteGetPropertyInfo
(
[
in
]
ULONG
cPropertyIDSets
,
[
in
]
ULONG
cPropertyIDSets
,
[
in
,
size_is
(
cPropertyIDSets
)
]
const
DBPROPIDSET
*
rgPropertyIDSets
,
[
in
,
unique
,
size_is
(
cPropertyIDSets
)
]
const
DBPROPIDSET
*
rgPropertyIDSets
,
[
in
,
out
]
ULONG
*
pcPropertyInfoSets
,
[
in
,
out
]
ULONG
*
pcPropertyInfoSets
,
[
out
,
size_is
(,
*
pcPropertyInfoSets
)
]
DBPROPINFOSET
**
prgPropertyInfoSets
,
[
out
,
size_is
(,
*
pcPropertyInfoSets
)
]
DBPROPINFOSET
**
prgPropertyInfoSets
,
[
in
,
out
]
ULONG
*
pcOffsets
,
[
in
,
out
]
ULONG
*
pcOffsets
,
[
out
,
size_is
(,
*
pcOffsets
)
]
DBBYTEOFFSET
**
prgDescOffsets
,
[
out
,
size_is
(,
*
pcOffsets
)
]
DBBYTEOFFSET
**
prgDescOffsets
,
[
in
,
out
]
ULONG
*
pcbDescBuffer
,
[
in
,
out
]
ULONG
*
pcbDescBuffer
,
[
out
,
size_is
(,
*
pcbDescBuffer
)
]
OLECHAR
**
ppDescBuffer
,
[
in
,
out
,
unique
,
size_is
(,
*
pcbDescBuffer
)
]
OLECHAR
**
ppDescBuffer
,
[
out
]
IErrorInfo
**
ppErrorInfoRem
)
;
[
out
]
IErrorInfo
**
ppErrorInfoRem
)
;
[
local
]
HRESULT
SetProperties
(
[
local
]
HRESULT
SetProperties
(
...
@@ -58,7 +59,7 @@ interface IDBProperties : IUnknown {
...
@@ -58,7 +59,7 @@ interface IDBProperties : IUnknown {
[
call_as
(
SetProperties
)
]
HRESULT
RemoteSetProperties
(
[
call_as
(
SetProperties
)
]
HRESULT
RemoteSetProperties
(
[
in
]
ULONG
cPropertySets
,
[
in
]
ULONG
cPropertySets
,
[
in
,
out
,
size_is
(
cPropertySets
)
]
DBPROPSET
*
rgPropertySets
,
[
in
,
unique
,
size_is
(
cPropertySets
)
]
DBPROPSET
*
rgPropertySets
,
[
in
]
ULONG
cTotalProps
,
[
in
]
ULONG
cTotalProps
,
[
out
,
size_is
(
cTotalProps
)
]
DBPROPSTATUS
*
rgPropStatus
,
[
out
,
size_is
(
cTotalProps
)
]
DBPROPSTATUS
*
rgPropStatus
,
[
out
]
IErrorInfo
**
ppErrorInfoRem
)
;
[
out
]
IErrorInfo
**
ppErrorInfoRem
)
;
...
...
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