mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Bug 870583 - Rev IID for IUIABridge. r=jimm
This commit is contained in:
parent
93c283784c
commit
8733fd74ec
widget/windows/winrt
@ -33,7 +33,8 @@ using namespace ABI::Windows::System;
|
||||
|
||||
#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
|
||||
const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
|
||||
MIDL_DEFINE_GUID(IID, IID_IUIABridge,0x343159D8,0xB1E9,0x4464,0x82,0xFC,0xB1,0x2C,0x7A,0x47,0x3C,0xF1);
|
||||
MIDL_DEFINE_GUID(IID, IID_IUIABridge, 0xc78b35b5, 0x5db, 0x43aa, 0xae, 0x73, 0x94, 0xc2, 0x33, 0xa9, 0x3c, 0x98);
|
||||
|
||||
|
||||
namespace mozilla {
|
||||
namespace widget {
|
||||
|
@ -8,14 +8,14 @@ import "oaidl.idl";
|
||||
import "oleacc.idl";
|
||||
import "Inspectable.idl";
|
||||
|
||||
[uuid(343159D8-B1E9-4464-82FC-B12C7A473CF1)]
|
||||
[uuid(C78B35B5-05DB-43AA-AE73-94C233A93C98)]
|
||||
interface IUIABridge : IInspectable {
|
||||
HRESULT Init([in] IInspectable* view, [in] IInspectable* window, [in] LONG_PTR inner);
|
||||
HRESULT Disconnect();
|
||||
HRESULT FocusChangeEvent();
|
||||
};
|
||||
|
||||
[uuid(2153B284-F946-4209-908D-AB8AA1FED09C)]
|
||||
[uuid(9F57311C-E8AE-4991-8D9F-E069EEE96D85)]
|
||||
interface IUIAElement : IInspectable {
|
||||
HRESULT SetFocusInternal([in] LONG_PTR accessible);
|
||||
HRESULT ClearFocus();
|
||||
|
Loading…
Reference in New Issue
Block a user