VirtualBox

Changeset 80634 in vbox


Ignore:
Timestamp:
Sep 6, 2019 4:37:54 PM (5 years ago)
Author:
vboxsync
Message:

VBox/hgcmsvc.h: Added HGCMSvcSSMR3Get() / HGCMSvcSSMR3Put() for serializing VBOXHGCMSVCPARM to saved states [build fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hgcmsvc.h

    r80632 r80634  
    480480            break;
    481481        case VBOX_HGCM_SVC_PARM_64BIT:
    482             rc = SSMR3PutU32(pSSM, pParm->u.uint64);
     482            rc = SSMR3PutU64(pSSM, pParm->u.uint64);
    483483            break;
    484484        case VBOX_HGCM_SVC_PARM_PTR:
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