{"id":"host.windows--windowsUiDelayedClipboardState","name":"windowsUiDelayedClipboardState","owner":"yeho","package":"host.windows","kind":"thing","signature":"external thing windowsUiDelayedClipboardState","description":"A windows ui delayed clipboard state record carrying sequence, active, eventKind, renderCount, lossCount, and related state.","context":"Connect Windows display, session, clipboard, and accessibility services.","parameters":[],"returns":"void","members":[{"name":"sequence","kind":"field","type":"int","description":"Stores sequence as int.","signature":"int sequence","tags":["thing","field","host.windows"],"updated":"2026-09-09"},{"name":"active","kind":"field","type":"bool","description":"Stores active as bool.","signature":"bool active","tags":["thing","field","host.windows"],"updated":"2026-09-09"},{"name":"eventKind","kind":"field","type":"int","description":"Stores event kind as int.","signature":"int eventKind","tags":["thing","field","host.windows"],"updated":"2026-09-09"},{"name":"renderCount","kind":"field","type":"int","description":"Stores render count as int.","signature":"int renderCount","tags":["thing","field","host.windows"],"updated":"2026-09-09"},{"name":"lossCount","kind":"field","type":"int","description":"Stores loss count as int.","signature":"int lossCount","tags":["thing","field","host.windows"],"updated":"2026-09-09"},{"name":"teardownCount","kind":"field","type":"int","description":"Stores teardown count as int.","signature":"int teardownCount","tags":["thing","field","host.windows"],"updated":"2026-09-09"},{"name":"ownerWindow","kind":"field","type":"int","description":"Stores owner window as int.","signature":"int ownerWindow","tags":["thing","field","host.windows"],"updated":"2026-09-09"},{"name":"windowsUiDelayedClipboardState","kind":"constructor","parameters":[{"name":"sequence","type":"int","description":"Sequence."},{"name":"active","type":"bool","description":"Active."},{"name":"eventKind","type":"int","description":"Event kind."},{"name":"renderCount","type":"int","description":"Render count."},{"name":"lossCount","type":"int","description":"Loss count."},{"name":"teardownCount","type":"int","description":"Teardown count."},{"name":"ownerWindow","type":"int","description":"Owner window."}],"returns":"void","signature":"windowsUiDelayedClipboardState(int sequence, bool active, int eventKind, int renderCount, int lossCount, int teardownCount, int ownerWindow)","description":"Windows ui delayed clipboard state.","tags":["thing","constructor","host.windows"],"updated":"2026-09-09"},{"name":"EventName","kind":"method","parameters":[],"returns":"text","signature":"EventName() returns text","description":"Event name.","tags":["thing","method","host.windows"],"exampleId":"method-EventName-8","updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","host.windows"],"exampleId":"method-Describe-9","updated":"2026-09-09"}],"tags":["cpu","host","host.windows","method","source-example","thing","windows","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/host/windows/clipboard.yh","line":68,"sha256":"43ed65ef2d3c8357b4f6a512ddbb02ed8fe4cf56c867f567e55bc766ce856f83"},"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 windowsUiDelayedClipboardState","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using host.windows\n\n// Connect Windows display, session, clipboard, and accessibility services.\nwindowsUiDelayedClipboardState sample = windowsUiDelayedClipboardState(1, true, 1, 1, 1, 1, 1)\nConsole.Log(Text.From(sample.sequence))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.host_windows__windowsuidelayedclipboardstate\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\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","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"af457642fc5674e399494d1ccf60674eec38aa6b7b612c51dca20a27bff6057d","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-EventName-8","title":"windowsUiDelayedClipboardState.EventName","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using host.windows\n\n// Event name.\nwindowsUiDelayedClipboardState instance = windowsUiDelayedClipboardState(1, true, 1, 1, 1, 1, 1)\ntext result = instance.EventName()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.host_windows__windowsuidelayedclipboardstate\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\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","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"ed752bbe4342b659e0bb27d601b9ceda85fe959f45dffb288e49781be04cb62c","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-9","title":"windowsUiDelayedClipboardState.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using host.windows\n\n// Describe.\nwindowsUiDelayedClipboardState instance = windowsUiDelayedClipboardState(1, true, 1, 1, 1, 1, 1)\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.host_windows__windowsuidelayedclipboardstate\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\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","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"951ea1f1b01e141ebdc705dfe2f5f7930be7c607eb9514a231ec63af830f4f19","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["sequence","active","eventKind","renderCount","lossCount","teardownCount","ownerWindow","windowsUiDelayedClipboardState","EventName","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=host.windows--windowsUiDelayedClipboardState","json":"https://demonhunterlabs.com/reference/items/host.windows--windowsUiDelayedClipboardState.json","markdown":"https://demonhunterlabs.com/reference/text/host.windows--windowsUiDelayedClipboardState.md"}
