VirtualBox

Ignore:
Timestamp:
Aug 14, 2013 2:23:17 PM (11 years ago)
Author:
vboxsync
Message:

GuestControl/service.cpp: Support uint64_t HGCM parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestControl/service.cpp

    r47695 r47730  
    320320                            break;
    321321
     322
     323                        case VBOX_HGCM_SVC_PARM_64BIT:
     324#ifdef DEBUG_andy
     325                            LogFlowFunc(("\tmpParms[%RU32] = %RU64 (uint64_t)\n",
     326                                         i, mpParms[i].u.uint64));
     327#endif
     328                            paDstParms[i].u.uint64 = mpParms[i].u.uint64;
     329                            break;
     330
    322331                        case VBOX_HGCM_SVC_PARM_PTR:
    323332                        {
     
    346355                        }
    347356
    348                         case VBOX_HGCM_SVC_PARM_64BIT:
    349                             /* Fall through is intentional. */
    350357                        default:
    351358                            LogFlowFunc(("Parameter %RU32 of type %RU32 is not supported yet\n",
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