Commit 3106380d authored by Connor McAdams's avatar Connor McAdams Committed by Alexandre Julliard

include: Add IRawElementProviderHwndOverride definition.

parent de6f7789
......@@ -204,6 +204,20 @@ library UIA
HRESULT GetFocus([out, retval] IRawElementProviderFragment **pRetVal);
}
[
object,
uuid(1d5df27c-8947-4425-b8d9-79787bb460b8),
pointer_default(unique),
oleautomation
]
interface IRawElementProviderHwndOverride : IUnknown
{
HRESULT GetOverrideProviderForHwnd(
[in] HWND hwnd,
[out, retval] IRawElementProviderSimple **pRetVal);
}
[
object,
uuid(e44c3566-915d-4070-99c6-047bff5a08f5),
......
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