Changeset 98530 in vbox for trunk/include
- Timestamp:
- Feb 10, 2023 3:39:15 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155806
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/HGCMMock.h
r98103 r98530 700 700 } 701 701 702 VBGLR3DECL(int) VbglR3GetSessionId(uint64_t *pu64IdSession) 703 { 704 if (pu64IdSession) 705 *pu64IdSession = 42; 706 return VINF_SUCCESS; 707 } 708 702 709 /** 703 710 * Makes a fully prepared HGCM call to an HGCM mock service.
Note:
See TracChangeset
for help on using the changeset viewer.