Changeset 64268 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Oct 13, 2016 7:07:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/localipc-win.cpp
r62592 r64268 828 828 OPEN_EXISTING, 829 829 FILE_FLAG_OVERLAPPED, 830 NULL /*no template han lde*/);830 NULL /*no template handle*/); 831 831 if (hPipe != INVALID_HANDLE_VALUE) 832 832 { … … 1464 1464 * all data was written (or an error occurred). */ 1465 1465 /** @todo r=bird: above comment is misinformed. 1466 /* Implement this as soon as we want an explicit asynchronous version of1466 * Implement this as soon as we want an explicit asynchronous version of 1467 1467 * RTLocalIpcSessionWrite on Windows. */ 1468 1468 rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.