Changeset 35070 in vbox
- Timestamp:
- Dec 14, 2010 12:28:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r35061 r35070 346 346 ULONG uBytesWritten; 347 347 rc = pGuest->SetProcessInput(uPID, uFlags, 348 5 * 1000 /* Wait 5s for getting the input data transfered. */,348 10 * 1000 /* Wait 10s for getting the input data transfered. */, 349 349 ComSafeArrayAsInParam(aInputData), &uBytesWritten); 350 350 if (FAILED(rc)) … … 607 607 ULONG uBytesWritten; 608 608 rc = pGuest->SetProcessInput(uPID, uFlags, 609 5 * 1000 /* Wait 5s for getting the input data transfered. */,609 10 * 1000 /* Wait 10s for getting the input data transfered. */, 610 610 ComSafeArrayAsInParam(aInputData), &uBytesWritten); 611 611 if (FAILED(rc))
Note:
See TracChangeset
for help on using the changeset viewer.