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
6fa197f5
Commit
6fa197f5
authored
Dec 31, 2013
by
Nikolay Sivov
Committed by
Alexandre Julliard
Dec 31, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Added IQueryCancelAutoPlay definition.
parent
f041c2c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
shobjidl.idl
include/shobjidl.idl
+21
-0
No files found.
include/shobjidl.idl
View file @
6fa197f5
...
...
@@ -3308,6 +3308,19 @@ interface ICustomDestinationList : IUnknown
HRESULT AbortList();
}
[
uuid(ddefe873-6997-4e68-be26-39b633adbe12),
object,
pointer_default(unique)
]
interface IQueryCancelAutoPlay : IUnknown
{
HRESULT AllowAutoPlay([in, string] LPCWSTR path,
[in] DWORD content_type,
[in, string] LPCWSTR label,
[in] DWORD serial_number);
}
/*****************************************************************************
* ShellObjects typelibrary
*/
...
...
@@ -3396,4 +3409,12 @@ library ShellObjects
{
interface IEnumObjects;
}
[
uuid(331f1768-05a9-4ddd-b86e-dae34ddc998a)
]
coclass QueryCancelAutoPlay
{
interface IQueryCancelAutoPlay;
}
}
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