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

/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp1064 DECLCALLBACK(int) ConsoleVRDPServer::VRDPCallbackUSB(void *pvCallback, void *pvIntercept, uint32_t u32ClientId, argument
1068 return USBClientResponseCallback(pvIntercept, u32ClientId, u8Code, pvRet, cbRet);
1074 DECLCALLBACK(int) ConsoleVRDPServer::VRDPCallbackClipboard(void *pvCallback, void *pvIntercept, uint32_t u32ClientId, argument
1078 return ClipboardCallback(pvIntercept, u32ClientId, u32Function, u32Format, pvData, cbData);

Completed in 55 milliseconds