VirtualBox

Changeset 98530 in vbox for trunk/include


Ignore:
Timestamp:
Feb 10, 2023 3:39:15 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155806
Message:

GuestHost/HGCMMock.h: Also mock VbglR3GetSessionId().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/HGCMMock.h

    r98103 r98530  
    700700}
    701701
     702VBGLR3DECL(int) VbglR3GetSessionId(uint64_t *pu64IdSession)
     703{
     704    if (pu64IdSession)
     705        *pu64IdSession = 42;
     706    return VINF_SUCCESS;
     707}
     708
    702709/**
    703710 * Makes a fully prepared HGCM call to an HGCM mock service.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette