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
0e2ee847
Commit
0e2ee847
authored
Feb 11, 2020
by
Nikolay Sivov
Committed by
Alexandre Julliard
Feb 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add the rest of async callback flags.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b24b4ec8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
mfobjects.idl
include/mfobjects.idl
+5
-2
No files found.
include/mfobjects.idl
View file @
0e2ee847
...
...
@@ -425,8 +425,11 @@ interface IMFRemoteAsyncCallback : IUnknown
HRESULT
Invoke
(
[
in
]
HRESULT
hr
,
[
in
]
IUnknown
*
pRemoteResult
)
;
}
cpp_quote
(
"#define MFASYNC_FAST_IO_PROCESSING_CALLBACK 0x0001"
)
cpp_quote
(
"#define MFASYNC_SIGNAL_CALLBACK 0x0002"
)
cpp_quote
(
"#define MFASYNC_FAST_IO_PROCESSING_CALLBACK 0x00000001"
)
cpp_quote
(
"#define MFASYNC_SIGNAL_CALLBACK 0x00000002"
)
cpp_quote
(
"#define MFASYNC_BLOCKING_CALLBACK 0x00000004"
)
cpp_quote
(
"#define MFASYNC_REPLY_CALLBACK 0x00000008"
)
cpp_quote
(
"#define MFASYNC_LOCALIZE_REMOTE_CALLBACK 0x00000010"
)
cpp_quote
(
"#define MFASYNC_CALLBACK_QUEUE_UNDEFINED 0x00000000"
)
cpp_quote
(
"#define MFASYNC_CALLBACK_QUEUE_STANDARD 0x00000001"
)
...
...
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