Commit 6fa197f5 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Added IQueryCancelAutoPlay definition.

parent f041c2c5
...@@ -3308,6 +3308,19 @@ interface ICustomDestinationList : IUnknown ...@@ -3308,6 +3308,19 @@ interface ICustomDestinationList : IUnknown
HRESULT AbortList(); 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 * ShellObjects typelibrary
*/ */
...@@ -3396,4 +3409,12 @@ library ShellObjects ...@@ -3396,4 +3409,12 @@ library ShellObjects
{ {
interface IEnumObjects; interface IEnumObjects;
} }
[
uuid(331f1768-05a9-4ddd-b86e-dae34ddc998a)
]
coclass QueryCancelAutoPlay
{
interface IQueryCancelAutoPlay;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment