[idd] clipboard: add direct synchronization

This commit is contained in:
Geoffrey McRae
2026-08-14 06:26:35 +10:00
parent a8d531b797
commit b786167f72
35 changed files with 5956 additions and 79 deletions

View File

@@ -69,6 +69,8 @@ public:
bool IsRunning() const { return Atomic::Load(m_running); }
bool IsConnected() const { return Atomic::Load(m_connected); }
HANDLE NativeHandle();
void SetHandler(_In_opt_ IPipeEndpointHandler * handler)
{
m_handler = handler;