Changeset 10720 in vbox for trunk/src/VBox/HostDrivers/Support/os2
- Timestamp:
- Jul 17, 2008 12:06:56 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33448
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp
r10256 r10720 171 171 { 172 172 int32_t rcRet = VERR_INTERNAL_ERROR; 173 ULONG cbRet = sizeof(rcRet);174 173 int rc = DosDevIOCtl(g_hDevice, SUP_CTL_CATEGORY_FAST, uFunction, 175 174 NULL, 0, NULL, 176 &rcRet, sizeof(rcRet), &cbRet);175 NULL, 0, NULL); 177 176 if (RT_LIKELY(rc == NO_ERROR)) 178 177 rc = rcRet;
Note:
See TracChangeset
for help on using the changeset viewer.