Changeset 90054 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Jul 6, 2021 10:55:23 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-win.h
r85121 r90054 111 111 /** Window handle which is next to us in the clipboard chain. */ 112 112 HWND hWndNextInChain; 113 /** Window handle of the clipboard owner *if* we are the owner. */ 113 /** Window handle of the clipboard owner *if* we are the owner. 114 * @todo r=bird: Ignore the misleading statement above. This is only set to 115 * NULL by the initialization code and then it's set to the clipboard owner 116 * after we announce data to the clipboard. So, essentially this will be our 117 * windows handle or NULL. End of story. */ 114 118 HWND hWndClipboardOwnerUs; 115 119 /** Structure for maintaining the new clipboard API. */ … … 152 156 int SharedClipboardWinHandleWMTimer(PSHCLWINCTX pWinCtx); 153 157 154 int SharedClipboardWin AnnounceFormats(PSHCLWINCTX pWinCtx, SHCLFORMATS fFormats);158 int SharedClipboardWinClearAndAnnounceFormats(PSHCLWINCTX pWinCtx, SHCLFORMATS fFormats, HWND hWnd); 155 159 #ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS 156 160 int SharedClipboardWinTransferCreate(PSHCLWINCTX pWinCtx, PSHCLTRANSFER pTransfer);
Note:
See TracChangeset
for help on using the changeset viewer.