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
d3a3595e
Commit
d3a3595e
authored
Dec 15, 2014
by
Austin English
Committed by
Alexandre Julliard
Dec 16, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Flesh out IEnumWIA_DEV_INFO.
parent
347842a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
58 additions
and
2 deletions
+58
-2
wia_lh.idl
include/wia_lh.idl
+29
-1
wia_xp.idl
include/wia_xp.idl
+29
-1
No files found.
include/wia_lh.idl
View file @
d3a3595e
...
...
@@ -21,6 +21,7 @@ import "oaidl.idl";
import
"propidl.idl"
;
interface
IEnumWIA_DEV_INFO
;
interface
IWiaPropertyStorage
;
interface
IWiaItem
;
interface
IWiaEventCallback
;
...
...
@@ -98,7 +99,34 @@ interface IWiaDevMgr : IUnknown
]
interface
IEnumWIA_DEV_INFO
:
IUnknown
{
/*
fill
in
*/
HRESULT
Next
(
[
in
]
ULONG
celt
,
[
out
,
size_is
(
celt
),
length_is
(
*
pceltFetched
)
]
IWiaPropertyStorage
**
rgelt
,
[
out
]
ULONG
*
pceltFetched
)
;
HRESULT
Skip
(
[
in
]
ULONG
celt
)
;
HRESULT
Reset
()
;
HRESULT
Clone
(
[
out
]
IEnumWIA_DEV_INFO
**
ppIEnum
)
;
HRESULT
GetCount
(
[
out
]
ULONG
*
celt
)
;
}
[
object
,
uuid
(
98B5
E8A0
-
29
CC
-
491
a
-
AAC0
-
E6DB4FDCCEB6
)
]
interface
IWiaPropertyStorage
:
IUnknown
{
/*
FIXME
:
fill
in
*/
}
[
...
...
include/wia_xp.idl
View file @
d3a3595e
...
...
@@ -21,6 +21,7 @@ import "oaidl.idl";
import
"propidl.idl"
;
interface
IEnumWIA_DEV_INFO
;
interface
IWiaPropertyStorage
;
interface
IWiaItem
;
interface
IWiaEventCallback
;
...
...
@@ -98,7 +99,34 @@ interface IWiaDevMgr : IUnknown
]
interface
IEnumWIA_DEV_INFO
:
IUnknown
{
/*
fill
in
*/
HRESULT
Next
(
[
in
]
ULONG
celt
,
[
out
,
size_is
(
celt
),
length_is
(
*
pceltFetched
)
]
IWiaPropertyStorage
**
rgelt
,
[
out
]
ULONG
*
pceltFetched
)
;
HRESULT
Skip
(
[
in
]
ULONG
celt
)
;
HRESULT
Reset
()
;
HRESULT
Clone
(
[
out
]
IEnumWIA_DEV_INFO
**
ppIEnum
)
;
HRESULT
GetCount
(
[
out
]
ULONG
*
celt
)
;
}
[
object
,
uuid
(
98B5
E8A0
-
29
CC
-
491
a
-
AAC0
-
E6DB4FDCCEB6
)
]
interface
IWiaPropertyStorage
:
IUnknown
{
/*
FIXME
:
fill
in
*/
}
[
...
...
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