Changeset 14021 in vbox for trunk/include/VBox
- Timestamp:
- Nov 10, 2008 4:31:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r13578 r14021 1031 1031 1032 1032 1033 /** 1034 *VBoxGuest IOCTL codes and structures.1033 #if !defined(IN_RC) && !defined(IN_RING0_AGNOSTIC) && !defined(IPRT_NO_CRT) 1034 /** @name VBoxGuest IOCTL codes and structures. 1035 1035 * 1036 1036 * The range 0..15 is for basic driver communication. … … 1172 1172 #define VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS VBOXGUEST_IOCTL_CODE(5, 0) 1173 1173 1174 /** 1175 * Result codes for VBoxGuestWaitEventInfo::u32Result 1174 /** @name Result codes for VBoxGuestWaitEventInfo::u32Result 1176 1175 * @{ 1177 1176 */ … … 1478 1477 1479 1478 /** @} */ 1479 #endif /* !defined(IN_RC) && !defined(IN_RING0_AGNOSTIC) && !defined(IPRT_NO_CRT) */ 1480 1480 1481 1481
Note:
See TracChangeset
for help on using the changeset viewer.