Changeset 100021 in vbox
- Timestamp:
- May 31, 2023 7:20:58 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157696
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r100016 r100021 456 456 * @retval VERR_WRONG_PARAMETER_COUNT 457 457 * @retval VERR_WRONG_PARAMETER_TYPE 458 * @since 6.1.x458 * @since 7.1.x 459 459 */ 460 460 #define VBOX_SHCL_GUEST_FN_ROOT_LIST_HDR_WRITE 13 … … 465 465 * @retval VERR_WRONG_PARAMETER_COUNT 466 466 * @retval VERR_WRONG_PARAMETER_TYPE 467 * @since 6.1.x467 * @since 7.1.x 468 468 */ 469 469 #define VBOX_SHCL_GUEST_FN_ROOT_LIST_ENTRY_READ 14 … … 474 474 * @retval VERR_WRONG_PARAMETER_COUNT 475 475 * @retval VERR_WRONG_PARAMETER_TYPE 476 * @since 6.1.x476 * @since 7.1.x 477 477 */ 478 478 #define VBOX_SHCL_GUEST_FN_ROOT_LIST_ENTRY_WRITE 15 … … 483 483 * @retval VERR_WRONG_PARAMETER_COUNT 484 484 * @retval VERR_WRONG_PARAMETER_TYPE 485 * @since 6.1.x485 * @since 7.1.x 486 486 */ 487 487 #define VBOX_SHCL_GUEST_FN_LIST_OPEN 16 … … 492 492 * @retval VERR_WRONG_PARAMETER_COUNT 493 493 * @retval VERR_WRONG_PARAMETER_TYPE 494 * @since 6.1.x494 * @since 7.1.x 495 495 */ 496 496 #define VBOX_SHCL_GUEST_FN_LIST_CLOSE 17 … … 501 501 * @retval VERR_WRONG_PARAMETER_COUNT 502 502 * @retval VERR_WRONG_PARAMETER_TYPE 503 * @since 6.1.x503 * @since 7.1.x 504 504 */ 505 505 #define VBOX_SHCL_GUEST_FN_LIST_HDR_READ 18 … … 510 510 * @retval VERR_WRONG_PARAMETER_COUNT 511 511 * @retval VERR_WRONG_PARAMETER_TYPE 512 * @since 6.1.x512 * @since 7.1.x 513 513 */ 514 514 #define VBOX_SHCL_GUEST_FN_LIST_HDR_WRITE 19 … … 519 519 * @retval VERR_WRONG_PARAMETER_COUNT 520 520 * @retval VERR_WRONG_PARAMETER_TYPE 521 * @since 6.1.x521 * @since 7.1.x 522 522 */ 523 523 #define VBOX_SHCL_GUEST_FN_LIST_ENTRY_READ 20 … … 528 528 * @retval VERR_WRONG_PARAMETER_COUNT 529 529 * @retval VERR_WRONG_PARAMETER_TYPE 530 * @since 6.1.x530 * @since 7.1.x 531 531 */ 532 532 #define VBOX_SHCL_GUEST_FN_LIST_ENTRY_WRITE 21 … … 537 537 * @retval VERR_WRONG_PARAMETER_COUNT 538 538 * @retval VERR_WRONG_PARAMETER_TYPE 539 * @since 6.1.x539 * @since 7.1.x 540 540 */ 541 541 #define VBOX_SHCL_GUEST_FN_OBJ_OPEN 22 … … 546 546 * @retval VERR_WRONG_PARAMETER_COUNT 547 547 * @retval VERR_WRONG_PARAMETER_TYPE 548 * @since 6.1.x548 * @since 7.1.x 549 549 */ 550 550 #define VBOX_SHCL_GUEST_FN_OBJ_CLOSE 23 … … 555 555 * @retval VERR_WRONG_PARAMETER_COUNT 556 556 * @retval VERR_WRONG_PARAMETER_TYPE 557 * @since 6.1.x557 * @since 7.1.x 558 558 */ 559 559 #define VBOX_SHCL_GUEST_FN_OBJ_READ 24 … … 564 564 * @retval VERR_WRONG_PARAMETER_COUNT 565 565 * @retval VERR_WRONG_PARAMETER_TYPE 566 * @since 6.1.x566 * @since 7.1.x 567 567 */ 568 568 #define VBOX_SHCL_GUEST_FN_OBJ_WRITE 25
Note:
See TracChangeset
for help on using the changeset viewer.