VirtualBox

Ignore:
Timestamp:
Dec 10, 2019 1:46:40 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135389
Message:

SharedClipboardSvc,Vbgl: Worked over the host messages, taking locks when needed, not using C++ lists and a bunch of other simplifications. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp

    r82526 r82527  
    128128
    129129/* Adds a host data read request message to the client's message queue. */
    130 static void testMsgAddReadData(PSHCLCLIENT pClient, uint32_t uFormat)
    131 {
    132     SHCLDATAREQ dataReq;
    133     RT_ZERO(dataReq);
    134 
    135     dataReq.uFmt = uFormat;
    136 
    137     int rc = ShClSvcDataReadRequest(pClient, &dataReq, NULL /* puEvent */);
     130static void testMsgAddReadData(PSHCLCLIENT pClient, uint32_t fFormat)
     131{
     132    int rc = ShClSvcDataReadRequest(pClient, fFormat, NULL /* puEvent */);
    138133    RTTESTI_CHECK_RC_OK(rc);
    139134}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette