Changeset 43384 in vbox for trunk/src/VBox/Main
- Timestamp:
- Sep 21, 2012 8:27:06 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80855
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp
r43351 r43384 2320 2320 2321 2321 VBOXHOSTCHANNELEVENTRECV ev; 2322 ev.u32SizeAvailable = p Ctx->cbDataReceived;2322 ev.u32SizeAvailable = p->cbData; 2323 2323 2324 2324 pCtx->pCallbacks->HostChannelCallbackEvent(pCtx->pvCallbacks, pCtx,
Note:
See TracChangeset
for help on using the changeset viewer.