mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 07:01:30 +00:00
[idd] clipboard: add direct synchronization
This commit is contained in:
@@ -310,6 +310,12 @@ bool CPipeEndpoint::Send(const void * message, size_t size)
|
||||
return success;
|
||||
}
|
||||
|
||||
HANDLE CPipeEndpoint::NativeHandle()
|
||||
{
|
||||
CSRWSharedLock lock(m_pipeLock);
|
||||
return m_pipe;
|
||||
}
|
||||
|
||||
DWORD WINAPI CPipeEndpoint::ThreadProc(void * context)
|
||||
{
|
||||
static_cast<CPipeEndpoint *>(context)->Thread();
|
||||
|
||||
Reference in New Issue
Block a user