Changeset 4828 in vbox for trunk/src/VBox/HostDrivers/Support/os2
- Timestamp:
- Sep 15, 2007 9:11:33 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24537
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp
r4826 r4828 136 136 ULONG cbReturned = sizeof(SUPREQHDR); 137 137 int rc = DosDevIOCtl(g_hDevice, SUP_CTL_CATEGORY, uFunction, 138 &cbReq, cbReturned, &cbReturned,138 pvReq, cbReturned, &cbReturned, 139 139 NULL, 0, NULL); 140 140 if (RT_LIKELY(rc == NO_ERROR))
Note:
See TracChangeset
for help on using the changeset viewer.