{"id":"frontend.yui.host.windows--yuiAuthoredWindowsAccessibilityAdapter","name":"yuiAuthoredWindowsAccessibilityAdapter","owner":"yeho","package":"frontend.yui.host.windows","kind":"thing","signature":"external thing yuiAuthoredWindowsAccessibilityAdapter","description":"A yui authored windows accessibility adapter record carrying ownerThread, width, height, nextGeneration, publishCount, and related state.","context":"Connect YUI to Windows host input, accessibility, and editing services.","parameters":[],"returns":"void","members":[{"name":"ownerThread","kind":"field","type":"int","description":"Stores owner thread as int.","signature":"int ownerThread","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"width","kind":"field","type":"int","description":"Stores width as int.","signature":"int width","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"height","kind":"field","type":"int","description":"Stores height as int.","signature":"int height","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"nextGeneration","kind":"field","type":"int","description":"Stores next generation as int.","signature":"int nextGeneration","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"publishCount","kind":"field","type":"int","description":"Stores publish count as int.","signature":"int publishCount","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"noOpCount","kind":"field","type":"int","description":"Stores no op count as int.","signature":"int noOpCount","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"addedCount","kind":"field","type":"int","description":"Stores added count as int.","signature":"int addedCount","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"removedCount","kind":"field","type":"int","description":"Stores removed count as int.","signature":"int removedCount","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"updatedCount","kind":"field","type":"int","description":"Stores updated count as int.","signature":"int updatedCount","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"structureChangeCount","kind":"field","type":"int","description":"Stores structure change count as int.","signature":"int structureChangeCount","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"propertyChangeCount","kind":"field","type":"int","description":"Stores property change count as int.","signature":"int propertyChangeCount","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"lastFingerprint","kind":"field","type":"text","description":"Stores last fingerprint as text.","signature":"text lastFingerprint","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"lastFocus","kind":"field","type":"text","description":"Stores last focus as text.","signature":"text lastFocus","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"diagnostic","kind":"field","type":"text","description":"Stores diagnostic as text.","signature":"text diagnostic","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"previousNodeIds","kind":"field","type":"list of text","description":"Stores previous node ids as list of text.","signature":"list of text previousNodeIds","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"previousGenerations","kind":"field","type":"list of int","description":"Stores previous generations as list of int.","signature":"list of int previousGenerations","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"previousParentIds","kind":"field","type":"list of text","description":"Stores previous parent ids as list of text.","signature":"list of text previousParentIds","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"previousRoles","kind":"field","type":"list of text","description":"Stores previous roles as list of text.","signature":"list of text previousRoles","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"previousNames","kind":"field","type":"list of text","description":"Stores previous names as list of text.","signature":"list of text previousNames","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"previousDescriptions","kind":"field","type":"list of text","description":"Stores previous descriptions as list of text.","signature":"list of text previousDescriptions","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"previousValues","kind":"field","type":"list of text","description":"Stores previous values as list of text.","signature":"list of text previousValues","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"previousStates","kind":"field","type":"list of text","description":"Stores previous states as list of text.","signature":"list of text previousStates","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"previousActions","kind":"field","type":"list of text","description":"Stores previous actions as list of text.","signature":"list of text previousActions","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"previousEnabled","kind":"field","type":"list of bool","description":"Stores previous enabled as list of bool.","signature":"list of bool previousEnabled","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"previousFocusable","kind":"field","type":"list of bool","description":"Stores previous focusable as list of bool.","signature":"list of bool previousFocusable","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"previousInteractive","kind":"field","type":"list of bool","description":"Stores previous interactive as list of bool.","signature":"list of bool previousInteractive","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"yuiAuthoredWindowsAccessibilityAdapter","kind":"constructor","parameters":[{"name":"ownerThread","type":"int","description":"Owner thread."}],"returns":"void","signature":"yuiAuthoredWindowsAccessibilityAdapter(int ownerThread)","description":"Yui authored windows accessibility adapter.","tags":["thing","constructor","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"PreviousIndex","kind":"method","parameters":[{"name":"nodeId","type":"text","description":"Node id."}],"returns":"int","signature":"PreviousIndex(text nodeId) returns int","description":"Previous index.","tags":["thing","method","frontend.yui.host.windows"],"exampleId":"method-PreviousIndex-27","updated":"2026-09-09"},{"name":"Initialize","kind":"method","parameters":[{"name":"bridge","type":"windowsUiAccessibilityBridge","description":"Bridge."},{"name":"nativeProviderAvailable","type":"bool","description":"Native provider available."},{"name":"thread","type":"int","description":"Thread."}],"returns":"bool","signature":"Initialize(windowsUiAccessibilityBridge bridge, bool nativeProviderAvailable, int thread) returns bool","description":"Initialize.","tags":["thing","method","frontend.yui.host.windows"],"exampleId":"method-Initialize-28","updated":"2026-09-09"},{"name":"Fingerprint","kind":"method","parameters":[{"name":"runtime","type":"yuiAuthoredRuntime","description":"Runtime."},{"name":"width","type":"int","description":"Width."},{"name":"height","type":"int","description":"Height."},{"name":"focusedNodeId","type":"text","description":"Focused node id."}],"returns":"text","signature":"Fingerprint(yuiAuthoredRuntime runtime, int width, int height, text focusedNodeId) returns text","description":"Fingerprint.","tags":["thing","method","frontend.yui.host.windows"],"exampleId":"method-Fingerprint-29","updated":"2026-09-09"},{"name":"Sync","kind":"method","parameters":[{"name":"bridge","type":"windowsUiAccessibilityBridge","description":"Bridge."},{"name":"runtime","type":"yuiAuthoredRuntime","description":"Runtime."},{"name":"width","type":"int","description":"Width."},{"name":"height","type":"int","description":"Height."},{"name":"focusedNodeId","type":"text","description":"Focused node id."},{"name":"thread","type":"int","description":"Thread."}],"returns":"bool","signature":"Sync(windowsUiAccessibilityBridge bridge, yuiAuthoredRuntime runtime, int width, int height, text focusedNodeId, int thread) returns bool","description":"Sync.","tags":["thing","method","frontend.yui.host.windows"],"exampleId":"method-Sync-30","updated":"2026-09-09"},{"name":"Close","kind":"method","parameters":[{"name":"bridge","type":"windowsUiAccessibilityBridge","description":"Bridge."},{"name":"thread","type":"int","description":"Thread."}],"returns":"bool","signature":"Close(windowsUiAccessibilityBridge bridge, int thread) returns bool","description":"Close.","tags":["thing","method","frontend.yui.host.windows"],"exampleId":"method-Close-31","updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[{"name":"bridge","type":"windowsUiAccessibilityBridge","description":"Bridge."}],"returns":"text","signature":"Describe(windowsUiAccessibilityBridge bridge) returns text","description":"Describe.","tags":["thing","method","frontend.yui.host.windows"],"exampleId":"method-Describe-32","updated":"2026-09-09"}],"tags":["cpu","frontend","frontend.yui.host.windows","host","method","source-example","thing","windows","yeho","yui"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/frontend/yui/host/windows/accessibility-accessibility.yh","line":198,"sha256":"f7d09c0d9aa5078a9bc9aa6dfd1ce8b99fc4ed799994b7505188e54970730f9c"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use yuiAuthoredWindowsAccessibilityAdapter","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using frontend.yui.host.windows\n\n// Connect YUI to Windows host input, accessibility, and editing services.\nyuiAuthoredWindowsAccessibilityAdapter sample = yuiAuthoredWindowsAccessibilityAdapter(1)\nConsole.Log(Text.From(sample.ownerThread))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui_host_windows__yuiauthoredwindowsaccessibilityadapter\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"frontend.yui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui\"\n\n[[dependencies]]\npackage = \"frontend.yui.host.windows\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui/host/windows\"\n\n[[dependencies]]\npackage = \"graphics.canvas\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/canvas\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.image.processing\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image/processing\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"graphics.text.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text/windows\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"host.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/windows\"\n\n[[dependencies]]\npackage = \"input.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/input/text\"\n\n[[dependencies]]\npackage = \"time\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/time\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n\n[[dependencies]]\npackage = \"window\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window\"\n\n[[dependencies]]\npackage = \"window.multi\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window/multi\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"80a805b981289ea58d09476dcd0545b551b02a716c21524e3f432ec4bb13eb85","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-PreviousIndex-27","title":"yuiAuthoredWindowsAccessibilityAdapter.PreviousIndex","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using frontend.yui.host.windows\n\n// Previous index.\nyuiAuthoredWindowsAccessibilityAdapter instance = yuiAuthoredWindowsAccessibilityAdapter(1)\ntext argument_nodeId = \"argument node Id\"\nint result = instance.PreviousIndex(argument_nodeId)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui_host_windows__yuiauthoredwindowsaccessibilityadapter\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"frontend.yui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui\"\n\n[[dependencies]]\npackage = \"frontend.yui.host.windows\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui/host/windows\"\n\n[[dependencies]]\npackage = \"graphics.canvas\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/canvas\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.image.processing\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image/processing\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"graphics.text.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text/windows\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"host.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/windows\"\n\n[[dependencies]]\npackage = \"input.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/input/text\"\n\n[[dependencies]]\npackage = \"time\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/time\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n\n[[dependencies]]\npackage = \"window\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window\"\n\n[[dependencies]]\npackage = \"window.multi\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window/multi\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"24cd61fbd01bb55b2552354db3e6eba30080efc17b37c1c436156321fddc0238","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Initialize-28","title":"yuiAuthoredWindowsAccessibilityAdapter.Initialize","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using frontend.yui.host.windows\n\n// Initialize.\nyuiAuthoredWindowsAccessibilityAdapter instance = yuiAuthoredWindowsAccessibilityAdapter(1)\nwindowsUiAccessibilityBridge argument_bridge = windowsUiAccessibilityBridge(1, 1)\nbool argument_nativeProviderAvailable = true\nint argument_thread = 1\nbool result = instance.Initialize(argument_bridge, argument_nativeProviderAvailable, argument_thread)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui_host_windows__yuiauthoredwindowsaccessibilityadapter\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"frontend.yui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui\"\n\n[[dependencies]]\npackage = \"frontend.yui.host.windows\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui/host/windows\"\n\n[[dependencies]]\npackage = \"graphics.canvas\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/canvas\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.image.processing\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image/processing\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"graphics.text.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text/windows\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"host.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/windows\"\n\n[[dependencies]]\npackage = \"input.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/input/text\"\n\n[[dependencies]]\npackage = \"time\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/time\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n\n[[dependencies]]\npackage = \"window\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window\"\n\n[[dependencies]]\npackage = \"window.multi\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window/multi\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"af09259e04282a2f02aa305ede8e42b40c5af6e1f73d462070236ff1a6e6799d","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Fingerprint-29","title":"yuiAuthoredWindowsAccessibilityAdapter.Fingerprint","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using frontend.yui.host.windows\n\n// Fingerprint.\nyuiAuthoredWindowsAccessibilityAdapter instance = yuiAuthoredWindowsAccessibilityAdapter(1)\nyuiAuthoredRuntime argument_runtime = yuiAuthoredRuntime(\"id\")\nint argument_width = 1\nint argument_height = 1\ntext argument_focusedNodeId = \"argument focused Node Id\"\ntext result = instance.Fingerprint(argument_runtime, argument_width, argument_height, argument_focusedNodeId)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui_host_windows__yuiauthoredwindowsaccessibilityadapter\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"frontend.yui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui\"\n\n[[dependencies]]\npackage = \"frontend.yui.host.windows\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui/host/windows\"\n\n[[dependencies]]\npackage = \"graphics.canvas\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/canvas\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.image.processing\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image/processing\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"graphics.text.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text/windows\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"host.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/windows\"\n\n[[dependencies]]\npackage = \"input.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/input/text\"\n\n[[dependencies]]\npackage = \"time\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/time\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n\n[[dependencies]]\npackage = \"window\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window\"\n\n[[dependencies]]\npackage = \"window.multi\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window/multi\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"86abf4b8a93222641c8b35dfa0b5d0c487b0492d13d981330731b42c91617014","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Sync-30","title":"yuiAuthoredWindowsAccessibilityAdapter.Sync","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using frontend.yui.host.windows\n\n// Sync.\nyuiAuthoredWindowsAccessibilityAdapter instance = yuiAuthoredWindowsAccessibilityAdapter(1)\nwindowsUiAccessibilityBridge argument_bridge = windowsUiAccessibilityBridge(1, 1)\nyuiAuthoredRuntime argument_runtime = yuiAuthoredRuntime(\"id\")\nint argument_width = 1\nint argument_height = 1\ntext argument_focusedNodeId = \"argument focused Node Id\"\nint argument_thread = 1\nbool result = instance.Sync(argument_bridge, argument_runtime, argument_width, argument_height, argument_focusedNodeId, argument_thread)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui_host_windows__yuiauthoredwindowsaccessibilityadapter\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"frontend.yui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui\"\n\n[[dependencies]]\npackage = \"frontend.yui.host.windows\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui/host/windows\"\n\n[[dependencies]]\npackage = \"graphics.canvas\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/canvas\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.image.processing\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image/processing\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"graphics.text.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text/windows\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"host.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/windows\"\n\n[[dependencies]]\npackage = \"input.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/input/text\"\n\n[[dependencies]]\npackage = \"time\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/time\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n\n[[dependencies]]\npackage = \"window\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window\"\n\n[[dependencies]]\npackage = \"window.multi\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window/multi\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"a3027f88eb7f3693e601bda56bc9d5ac9942128e284f4226720fa8f62b789179","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Close-31","title":"yuiAuthoredWindowsAccessibilityAdapter.Close","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using frontend.yui.host.windows\n\n// Close.\nyuiAuthoredWindowsAccessibilityAdapter instance = yuiAuthoredWindowsAccessibilityAdapter(1)\nwindowsUiAccessibilityBridge argument_bridge = windowsUiAccessibilityBridge(1, 1)\nint argument_thread = 1\nbool result = instance.Close(argument_bridge, argument_thread)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui_host_windows__yuiauthoredwindowsaccessibilityadapter\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"frontend.yui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui\"\n\n[[dependencies]]\npackage = \"frontend.yui.host.windows\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui/host/windows\"\n\n[[dependencies]]\npackage = \"graphics.canvas\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/canvas\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.image.processing\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image/processing\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"graphics.text.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text/windows\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"host.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/windows\"\n\n[[dependencies]]\npackage = \"input.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/input/text\"\n\n[[dependencies]]\npackage = \"time\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/time\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n\n[[dependencies]]\npackage = \"window\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window\"\n\n[[dependencies]]\npackage = \"window.multi\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window/multi\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"60aa3848d76b7b8ff6894d9197efefac4b133c33d88b9e633b401b591d04014f","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-32","title":"yuiAuthoredWindowsAccessibilityAdapter.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using frontend.yui.host.windows\n\n// Describe.\nyuiAuthoredWindowsAccessibilityAdapter instance = yuiAuthoredWindowsAccessibilityAdapter(1)\nwindowsUiAccessibilityBridge argument_bridge = windowsUiAccessibilityBridge(1, 1)\ntext result = instance.Describe(argument_bridge)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui_host_windows__yuiauthoredwindowsaccessibilityadapter\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"frontend.yui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui\"\n\n[[dependencies]]\npackage = \"frontend.yui.host.windows\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui/host/windows\"\n\n[[dependencies]]\npackage = \"graphics.canvas\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/canvas\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.image.processing\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image/processing\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"graphics.text.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text/windows\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"host.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/windows\"\n\n[[dependencies]]\npackage = \"input.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/input/text\"\n\n[[dependencies]]\npackage = \"time\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/time\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n\n[[dependencies]]\npackage = \"window\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window\"\n\n[[dependencies]]\npackage = \"window.multi\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window/multi\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"727902e30d91fa8f7619af1ec294d169f0c4a032f968288d9a55f1ecfef7a9ff","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["ownerThread","width","height","nextGeneration","publishCount","noOpCount","addedCount","removedCount","updatedCount","structureChangeCount","propertyChangeCount","lastFingerprint","lastFocus","diagnostic","previousNodeIds","previousGenerations","previousParentIds","previousRoles","previousNames","previousDescriptions","previousValues","previousStates","previousActions","previousEnabled","previousFocusable","previousInteractive","yuiAuthoredWindowsAccessibilityAdapter","PreviousIndex","Initialize","Fingerprint","Sync","Close","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=frontend.yui.host.windows--yuiAuthoredWindowsAccessibilityAdapter","json":"https://demonhunterlabs.com/reference/items/frontend.yui.host.windows--yuiAuthoredWindowsAccessibilityAdapter.json","markdown":"https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiAuthoredWindowsAccessibilityAdapter.md"}
