Changeset 93499 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Jan 31, 2022 1:59:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard.h
r93495 r93499 259 259 * @param pCtx Opaque context pointer for the glue code. 260 260 * @param fFormats The formats available. 261 * @param pvUser Implementation-dependent pointer to data for fullfilling the request. 262 * Optional and can be NULL. 261 263 */ 262 264 DECLCALLBACKMEMBER(int, pfnReportFormats, (PSHCLCONTEXT pCtx, SHCLFORMATS fFormats, void *pvUser)); … … 320 322 * Callback for sending clipboard data to the destination. 321 323 * 322 * @note On X11:323 * (see @a rcCompletion)324 *325 324 * @returns VBox status code. 326 325 * @param pCtx Opaque context pointer for the glue code. … … 328 327 * @param cb The size of the data in @a pv. 329 328 * @param pvUser Implementation-dependent pointer to data for fullfilling the request. 330 * Optional and can be NULL. 329 * Optional and can be NUL 330 * On X11: Of type PSHCLX11READDATAREQ. 331 331 */ 332 332 DECLCALLBACKMEMBER(int, pfnOnSendDataToDest, (PSHCLCONTEXT pCtx, void *pv, uint32_t cb, void *pvUser));
Note:
See TracChangeset
for help on using the changeset viewer.