VirtualBox

Changeset 27048 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 4, 2010 5:34:28 PM (15 years ago)
Author:
vboxsync
Message:

Ballooning: fixed Windows guest regression

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp

    r27023 r27048  
    13841384            VBoxGuestCheckBalloonInfo *pInfo = (VBoxGuestCheckBalloonInfo *)pBuf;
    13851385
    1386             if (pStack->Parameters.DeviceIoControl.OutputBufferLength != sizeof(ULONG))
     1386            if (pStack->Parameters.DeviceIoControl.OutputBufferLength != sizeof(VBoxGuestCheckBalloonInfo))
    13871387            {
    13881388                dprintf(("VBoxGuest::VBoxGuestDeviceControl: OutputBufferLength %d != sizeof(ULONG) %d\n",
    1389                          pStack->Parameters.DeviceIoControl.OutputBufferLength, sizeof(ULONG)));
     1389                         pStack->Parameters.DeviceIoControl.OutputBufferLength, sizeof(VBoxGuestCheckBalloonInfo)));
    13901390                Status = STATUS_INVALID_PARAMETER;
    13911391                break;
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