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
752b6177
Commit
752b6177
authored
Oct 26, 2009
by
Huw Davies
Committed by
Alexandre Julliard
Oct 26, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Remove comments around annotation attributes.
parent
ab32b3df
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
crtrow.idl
include/crtrow.idl
+1
-1
dbdsad.idl
include/dbdsad.idl
+1
-1
dbprop.idl
include/dbprop.idl
+1
-1
No files found.
include/crtrow.idl
View file @
752b6177
...
...
@@ -32,7 +32,7 @@ interface ICreateRow : IUnknown
[
in
,
unique
]
IAuthenticate
*
pAuthenticate
,
[
in
,
out
,
unique
]
DBIMPLICITSESSION
*
pImplSession
,
[
in
,
out
,
unique
]
DBBINDURLSTATUS
*
pdwBindStatus
,
[
out
,
/*
annotation
(
"__deref_opt_out_opt"
)
*/
]
LPOLESTR
*
ppwszNewURL
,
[
out
,
annotation
(
"__deref_opt_out_opt"
)
]
LPOLESTR
*
ppwszNewURL
,
[
out
,
iid_is
(
riid
)
]
IUnknown
**
ppUnk
)
;
[
call_as
(
CreateRow
)
]
...
...
include/dbdsad.idl
View file @
752b6177
...
...
@@ -51,7 +51,7 @@ interface IDBDataSourceAdmin : IUnknown
[
in
,
size_is
(
cPropertyIDSets
)
]
const
DBPROPIDSET
rgPropertyIDSets
[]
,
[
in
,
out
]
ULONG
*
pcPropertyInfoSets
,
[
out
,
size_is
(,
*
pcPropertyInfoSets
)
]
DBPROPINFOSET
**
prgPropertyInfoSets
,
[
out
,
/*
annotation
(
"__deref_out_z_opt"
)
*/
]
OLECHAR
**
ppDescBuffer
)
;
[
out
,
annotation
(
"__deref_out_z_opt"
)
]
OLECHAR
**
ppDescBuffer
)
;
[
call_as
(
GetCreationProperties
)
]
HRESULT
RemoteGetCreationProperties
(
[
in
]
ULONG
cPropertyIDSets
,
...
...
include/dbprop.idl
View file @
752b6177
...
...
@@ -40,7 +40,7 @@ interface IDBProperties : IUnknown {
[
in
,
size_is
(
cPropertyIDSets
)
]
const
DBPROPIDSET
rgPropertyIDSets
[]
,
[
in
,
out
]
ULONG
*
pcPropertyInfoSets
,
[
out
,
size_is
(,
*
pcPropertyInfoSets
)
]
DBPROPINFOSET
**
prgPropertyInfoSets
,
[
out
,
/*
annotation
(
"__deref_out_z_opt"
)
*/
]
OLECHAR
**
ppDescBuffer
)
;
[
out
,
annotation
(
"__deref_out_z_opt"
)
]
OLECHAR
**
ppDescBuffer
)
;
[
call_as
(
GetPropertyInfo
)
]
HRESULT
RemoteGetPropertyInfo
(
[
in
]
ULONG
cPropertyIDSets
,
...
...
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