VirtualBox

Ignore:
Timestamp:
Jul 20, 2023 6:52:56 AM (20 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158495
Message:

Shared Clipboard/VbglR3: Renamed VbglR3ClipboardTransferStatusReply() -> VbglR3ClipboardTransferSendStatus(), as the function can be also called without any former call from the host. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp

    r100547 r100657  
    380380    }
    381381
    382     int rc = VbglR3ClipboardTransferStatusReply(&pCtx->CmdCtx, pCbCtx->pTransfer, enmSts, rcCompletion);
     382    int rc = VbglR3ClipboardTransferSendStatus(&pCtx->CmdCtx, pCbCtx->pTransfer, enmSts, rcCompletion);
    383383    LogFlowFuncLeaveRC(rc);
    384384}
     
    407407    }
    408408
    409     int rc = VbglR3ClipboardTransferStatusReply(&pCtx->CmdCtx, pCbCtx->pTransfer, SHCLTRANSFERSTATUS_ERROR, rcError);
     409    int rc = VbglR3ClipboardTransferSendStatus(&pCtx->CmdCtx, pCbCtx->pTransfer, SHCLTRANSFERSTATUS_ERROR, rcError);
    410410    LogFlowFuncLeaveRC(rc);
    411411}
Note: See TracChangeset for help on using the changeset viewer.

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