Changeset 19889 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- May 21, 2009 3:27:05 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h
r19868 r19889 1081 1081 struct 1082 1082 { 1083 /** The operation. */1084 uint32_t uOp;1085 1083 /** The semaphore type. */ 1086 1084 uint32_t uType; 1087 1085 /** The semaphore handle. */ 1088 1086 uint32_t hSem; 1087 /** The operation. */ 1088 uint32_t uOp; 1089 1089 /** The number of milliseconds to wait if it's a wait operation. */ 1090 1090 uint32_t cMillies;
Note:
See TracChangeset
for help on using the changeset viewer.