Changeset 44996 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Mar 11, 2013 4:37:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp
r44995 r44996 714 714 char *pBuf = (char *)pIrp->AssociatedIrp.SystemBuffer; /* All requests are buffered. */ 715 715 size_t cbData = pStack->Parameters.DeviceIoControl.InputBufferLength; 716 unsignedcbOut = 0;716 size_t cbOut = 0; 717 717 718 718 /* Do we have a file object associated?*/
Note:
See TracChangeset
for help on using the changeset viewer.