{"id":"frontend.yui.host.windows--yuiWindowsTextAppendResultV1","name":"yuiWindowsTextAppendResultV1","owner":"yeho","package":"frontend.yui.host.windows","kind":"thing","signature":"external thing yuiWindowsTextAppendResultV1","description":"A yui windows text append result v1 record carrying display, provider, shaped, metrics, nextCommandSequence, and related state.","context":"Connect YUI to Windows host input, accessibility, and editing services.","parameters":[],"returns":"void","members":[{"name":"display","kind":"field","type":"yuiDisplayList","description":"Stores display as yuiDisplayList.","signature":"yuiDisplayList display","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"provider","kind":"field","type":"yuiWindowsTextProviderV1","description":"Stores provider as yuiWindowsTextProviderV1.","signature":"yuiWindowsTextProviderV1 provider","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"shaped","kind":"field","type":"graphicsShapedTextV2","description":"Stores shaped as graphicsShapedTextV2.","signature":"graphicsShapedTextV2 shaped","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"metrics","kind":"field","type":"graphicsTextMetricsV2","description":"Stores metrics as graphicsTextMetricsV2.","signature":"graphicsTextMetricsV2 metrics","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"nextCommandSequence","kind":"field","type":"int","description":"Stores next command sequence as int.","signature":"int nextCommandSequence","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"resourceCount","kind":"field","type":"int","description":"Stores resource count as int.","signature":"int resourceCount","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"submissionCount","kind":"field","type":"int","description":"Stores submission count as int.","signature":"int submissionCount","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"alphaBytes","kind":"field","type":"int","description":"Stores alpha bytes as int.","signature":"int alphaBytes","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"cacheStable","kind":"field","type":"bool","description":"Stores cache stable as bool.","signature":"bool cacheStable","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":"source","kind":"field","type":"text","description":"Stores source as text.","signature":"text source","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"yuiWindowsTextAppendResultV1","kind":"constructor","parameters":[{"name":"display","type":"yuiDisplayList","description":"Display."},{"name":"provider","type":"yuiWindowsTextProviderV1","description":"Provider."},{"name":"shaped","type":"graphicsShapedTextV2","description":"Shaped."},{"name":"nextCommandSequence","type":"int","description":"Next command sequence."},{"name":"resourceCount","type":"int","description":"Resource count."},{"name":"submissionCount","type":"int","description":"Submission count."},{"name":"alphaBytes","type":"int","description":"Alpha bytes."},{"name":"cacheStable","type":"bool","description":"Cache stable."},{"name":"diagnostic","type":"text","description":"Diagnostic."},{"name":"source","type":"text","description":"Source."}],"returns":"void","signature":"yuiWindowsTextAppendResultV1(yuiDisplayList display, yuiWindowsTextProviderV1 provider, graphicsShapedTextV2 shaped, int nextCommandSequence, int resourceCount, int submissionCount, int alphaBytes, bool cacheStable, text diagnostic, text source)","description":"Yui windows text append result v1.","tags":["thing","constructor","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"Available","kind":"method","parameters":[],"returns":"bool","signature":"Available() returns bool","description":"Available.","tags":["thing","method","frontend.yui.host.windows"],"exampleId":"method-Available-12","updated":"2026-09-09"},{"name":"Snapshot","kind":"method","parameters":[],"returns":"text","signature":"Snapshot() returns text","description":"Snapshot.","tags":["thing","method","frontend.yui.host.windows"],"exampleId":"method-Snapshot-13","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/text-text_provider_v1.yh","line":259,"sha256":"1ec95a54e9d4d6145a0aa2cd9c58d797181b9ffb547a8559bc2674255f4ceaba"},"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 yuiWindowsTextAppendResultV1","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.\nyuiWindowsTextAppendResultV1 sample = yuiWindowsTextAppendResultV1(yuiDisplayList(\"surface Id\"), yuiWindowsTextProviderV1(\"example\"), graphicsShapedTextV2(\"value\", \"locale\", \"direction\", \"provider\", graphicsTextMetricsV2(1, 1, 1, 1, 1, 1, 1, 1, 1), \"example\"), 1, 1, 1, 4, true, \"diagnostic\", \"example\")\nConsole.Log(Text.From(sample.nextCommandSequence))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui_host_windows__yuiwindowstextappendresultv1\"\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":"4c2aa030e9e2b36b97abf8425af3183c5f900205389103ec91599dfea3301e1f","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Available-12","title":"yuiWindowsTextAppendResultV1.Available","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// Available.\nyuiWindowsTextAppendResultV1 instance = yuiWindowsTextAppendResultV1(yuiDisplayList(\"surface Id\"), yuiWindowsTextProviderV1(\"example\"), graphicsShapedTextV2(\"value\", \"locale\", \"direction\", \"provider\", graphicsTextMetricsV2(1, 1, 1, 1, 1, 1, 1, 1, 1), \"example\"), 1, 1, 1, 4, true, \"diagnostic\", \"example\")\nbool result = instance.Available()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui_host_windows__yuiwindowstextappendresultv1\"\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":"fe64c04e6e3e5a8cc47f21b3ccdb6b0ea2d865d93bd2f04be02905a2d0871a24","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-13","title":"yuiWindowsTextAppendResultV1.Snapshot","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// Snapshot.\nyuiWindowsTextAppendResultV1 instance = yuiWindowsTextAppendResultV1(yuiDisplayList(\"surface Id\"), yuiWindowsTextProviderV1(\"example\"), graphicsShapedTextV2(\"value\", \"locale\", \"direction\", \"provider\", graphicsTextMetricsV2(1, 1, 1, 1, 1, 1, 1, 1, 1), \"example\"), 1, 1, 1, 4, true, \"diagnostic\", \"example\")\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui_host_windows__yuiwindowstextappendresultv1\"\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":"6581d60645205dee930cd3e25ef9f004f34560c886104320e3c40b2c1a80c3db","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["display","provider","shaped","metrics","nextCommandSequence","resourceCount","submissionCount","alphaBytes","cacheStable","diagnostic","source","yuiWindowsTextAppendResultV1","Available","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=frontend.yui.host.windows--yuiWindowsTextAppendResultV1","json":"https://demonhunterlabs.com/reference/items/frontend.yui.host.windows--yuiWindowsTextAppendResultV1.json","markdown":"https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiWindowsTextAppendResultV1.md"}
