Changeset 4580 in vbox for trunk/src/VBox/Additions/WINNT/VBoxGuest
- Timestamp:
- Sep 6, 2007 3:14:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
r4579 r4580 430 430 static int VBoxGuestQueryMemoryBalloon(PVBOXGUESTDEVEXT pDevExt, ULONG *pMemBalloonSize) 431 431 { 432 /** @todo */ 433 return VINF_SUCCESS; 434 432 435 /* just perform the request */ 433 436 VMMDevGetMemBalloonChangeRequest *req = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.