Searched defs:fReadPending (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/SharedClipboard/
H A DVBoxClipboard.h39 bool fReadPending; /* The guest is waiting for data from the host */ member in struct:_VBOXCLIPBOARDCLIENTDATA
H A Dservice.cpp582 pClient->fReadPending = true;
674 bool fReadPending = false; local
679 fReadPending = pClient->fReadPending;
680 pClient->fReadPending = false;
683 if (fReadPending)

Completed in 896 milliseconds