VirtualBox

Changeset 100391 in vbox


Ignore:
Timestamp:
Jul 5, 2023 3:02:50 PM (17 months ago)
Author:
vboxsync
Message:

Shared Clipboard: Skip checking the transfer pointer in VbglR3ClipboardTransferStatusReply(), as it's not used (yet) anyway. Docs. ​​bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp

    r100381 r100391  
    961961                                                   SHCLTRANSFERSTATUS uStatus, int rcTransfer)
    962962{
    963     AssertPtrReturn(pCtx,      VERR_INVALID_POINTER);
    964     AssertPtrReturn(pTransfer, VERR_INVALID_POINTER);
     963    AssertPtrReturn(pCtx, VERR_INVALID_POINTER);
     964    RT_NOREF(pTransfer); /* Currently not used (yet). */
    965965
    966966    int rc = vbglR3ClipboardTransferStatusReplyEx(pCtx, pCtx->idContext, uStatus, rcTransfer);
     
    21182118
    21192119/**
    2120  * Requests a new transfer from the host.
     2120 * Requests a new host -> guest transfer from the host.
    21212121 *
    21222122 * On success this will issue an INITIALIZED status reply from the host with a transfer ID set.
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