Commit 9f4f9423 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

shobjidl.idl: Add IApplicationDestinations declaration.

parent 20d41d9e
......@@ -3467,6 +3467,22 @@ interface IApplicationAssociationRegistration : IUnknown
}
[
object,
uuid(12337d35-94c6-48a0-bce7-6a9c69d4d600),
pointer_default(unique)
]
interface IApplicationDestinations : IUnknown
{
HRESULT SetAppID(
[in] LPCWSTR pszAppID);
HRESULT RemoveDestination(
[in] IUnknown *punk);
HRESULT RemoveAllDestinations();
}
[
uuid(6332debf-87b5-4670-90c0-5e57b408a49e),
object,
pointer_default(unique)
......@@ -3739,6 +3755,14 @@ library ShellObjects
}
[
uuid(86c14003-4d6b-4ef3-a7b4-0506663b2e68)
]
coclass ApplicationDestinations
{
interface IApplicationDestinations;
}
[
uuid(00021401-0000-0000-c000-000000000046)
]
coclass ShellLink
......
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