| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/winrt/ |
Upload File : |
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// File generated by WinMDIDL version 8.00.0021
//
import "inspectable.idl";
import "AsyncInfo.idl";
import "EventToken.idl";
import "windowscontracts.idl";
import "Windows.Foundation.idl";
// Forward Declare
namespace Windows
{
namespace Foundation
{
typedef struct Rect Rect;
apicontract UniversalApiContract;
}
}
namespace Windows
{
namespace UI
{
namespace Accessibility
{
interface IScreenReaderPositionChangedEventArgs;
interface IScreenReaderService;
runtimeclass ScreenReaderPositionChangedEventArgs;
runtimeclass ScreenReaderService;
}
}
}
// Generic instantiations
namespace Windows
{
namespace UI
{
namespace Accessibility
{
declare
{
interface Windows.Foundation.TypedEventHandler<Windows.UI.Accessibility.ScreenReaderService*, Windows.UI.Accessibility.ScreenReaderPositionChangedEventArgs*>;
}
}
}
}
// Type definition
namespace Windows
{
namespace UI
{
namespace Accessibility
{
[contract(Windows.Foundation.UniversalApiContract, 7.0)]
[exclusiveto(Windows.UI.Accessibility.ScreenReaderPositionChangedEventArgs)]
[uuid(557EB5E5-54D0-5CCD-9FC5-ED33357F8A9F)]
interface IScreenReaderPositionChangedEventArgs : IInspectable
{
[propget] HRESULT ScreenPositionInRawPixels([out] [retval] Windows.Foundation.Rect* value);
[propget] HRESULT IsReadingText([out] [retval] boolean* value);
}
[contract(Windows.Foundation.UniversalApiContract, 7.0)]
[exclusiveto(Windows.UI.Accessibility.ScreenReaderService)]
[uuid(19475427-EAC0-50D3-BDD9-9B487A226256)]
interface IScreenReaderService : IInspectable
{
[propget] HRESULT CurrentScreenReaderPosition([out] [retval] Windows.UI.Accessibility.ScreenReaderPositionChangedEventArgs** value);
[eventadd] HRESULT ScreenReaderPositionChanged([in] Windows.Foundation.TypedEventHandler<Windows.UI.Accessibility.ScreenReaderService*, Windows.UI.Accessibility.ScreenReaderPositionChangedEventArgs*>* handler, [out] [retval] EventRegistrationToken* token);
[eventremove] HRESULT ScreenReaderPositionChanged([in] EventRegistrationToken token);
}
[contract(Windows.Foundation.UniversalApiContract, 7.0)]
[marshaling_behavior(agile)]
runtimeclass ScreenReaderPositionChangedEventArgs
{
[default] interface Windows.UI.Accessibility.IScreenReaderPositionChangedEventArgs;
}
[activatable(Windows.Foundation.UniversalApiContract, 7.0)]
[contract(Windows.Foundation.UniversalApiContract, 7.0)]
[marshaling_behavior(agile)]
[threading(both)]
runtimeclass ScreenReaderService
{
[default] interface Windows.UI.Accessibility.IScreenReaderService;
}
}
}
}