Changeset 81460 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Oct 22, 2019 7:36:15 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp
r81352 r81460 1032 1032 1033 1033 VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, 1034 VBOX_SHCL_ HOST_MSG_TRANSFER_LIST_CLOSE, VBOX_SHCL_CPARMS_LIST_CLOSE);1034 VBOX_SHCL_GUEST_FN_LIST_CLOSE, VBOX_SHCL_CPARMS_LIST_CLOSE); 1035 1035 1036 1036 Msg.uContext.SetUInt64(pCtx->uContextID); … … 1161 1161 1162 1162 /** 1163 * Sends a re uqest to read a list entry from the host.1163 * Sends a request to read a list entry from the host. 1164 1164 * 1165 1165 * @returns VBox status code.
Note:
See TracChangeset
for help on using the changeset viewer.