Changeset 10260 in vbox
- Timestamp:
- Jul 4, 2008 11:33:48 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32864
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR0IdcClient-win.c
r10258 r10260 43 43 44 44 45 /** 46 * Internal I/O Control call worker. 47 * 48 * @returns VBox status code. 49 * @param pDeviceObject The device object to call. 50 * @param iReq The request. 51 * @param pReq The request packet. 52 */ 45 53 static int supR0IdcNtCallInternal(PDEVICE_OBJECT pDeviceObject, uint32_t iReq, PSUPDRVIDCREQHDR pReq) 46 54 {
Note:
See TracChangeset
for help on using the changeset viewer.