host.windows · function ·

ObserveWindowsDelayedClipboardState

Observe windows delayed clipboard state.

cpufunctionhosthost.windowssource-examplewindowsyeho

Connect Windows display, session, clipboard, and accessibility services.

external ObserveWindowsDelayedClipboardState() returns windowsUiDelayedClipboardState

Status: source-declared

Use ObserveWindowsDelayedClipboardState

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.
windowsUiDelayedClipboardState result = ObserveWindowsDelayedClipboardState()
Console.Log("Inspect result in your debugger")
project.mech
manifestVersion = "2"
package = "api.example.host_windows__observewindowsdelayedclipboardstate"
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/clipboard.yh:121