Changeset 81369 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Oct 18, 2019 9:13:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
r81178 r81369 81 81 * @param pCtx Our context information 82 82 * @param u32Format The format of the data being requested 83 * @ retvalppv On success and if pcb > 0, this will point to a buffer83 * @param ppv On success and if pcb > 0, this will point to a buffer 84 84 * to be freed with RTMemFree containing the data read. 85 * @ retvalpcb On success, this contains the number of bytes of data85 * @param pcb On success, this contains the number of bytes of data 86 86 * returned 87 87 */
Note:
See TracChangeset
for help on using the changeset viewer.