include: Added IQueryCancelAutoPlay definition.

oldstable
Nikolay Sivov 2013-12-31 13:12:48 +04:00 committed by Alexandre Julliard
parent f041c2c554
commit 6fa197f537
1 changed files with 21 additions and 0 deletions

View File

@ -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;
}
}