host.windows · function ·
WindowsUiAccessibilityBridgeContract
Windows ui accessibility bridge contract.
Connect Windows display, session, clipboard, and accessibility services.
external WindowsUiAccessibilityBridgeContract() returns textStatus: source-declared
Use WindowsUiAccessibilityBridgeContract
A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.
cpu · source-example · type checked
using host.windows
// Connect Windows display, session, clipboard, and accessibility services.
text result = WindowsUiAccessibilityBridgeContract()
Console.Log(Text.From(result))
project.mech
manifestVersion = "2"
package = "api.example.host_windows__windowsuiaccessibilitybridgecontract"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"
[app]
kind = "headless"
[[dependencies]]
package = "host.ui_services"
version = "0.1.0"
path = "../../../yeho/packages/host/ui_services"
[[dependencies]]
package = "host.windows"
version = "0.1.0"
path = "../../../yeho/packages/host/windows"
Notes and source
Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup.
yeho/packages/host/windows/accessibility.yh:766