Changeset 3255 in vbox for trunk/include/VBox
- Timestamp:
- Jun 24, 2007 6:03:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r3251 r3255 105 105 * additions_major == vmmdev_current && additions_minor <= vmmdev_current. 106 106 * Additions version is reported to host (VMMDev) by VMMDevReq_ReportGuestInfo. 107 * 108 * @remark These defines also live in the 16-bit and assembly versions of this header. 107 109 */ 108 110 #define VMMDEV_VERSION_MAJOR (0x1) … … 1196 1198 #ifdef __OS2__ 1197 1199 1198 /** OS/2 specific: IDC client connection request. 1200 /** 1201 * The data buffer layout for the IDC entry point (AttachDD). 1199 1202 * 1200 * This takes no input (parameter). 1201 * 1202 * It returns a VBOXGUESTOS2IDCCONNECT structure in the data buffer 1203 * provided in the generic ioctl request. 1204 * 1205 * @remark Duplicated in the 16-bit and assembly headers. 1206 */ 1207 #define VBOXGUEST_IOCTL_OS2_IDC_CONNECT VBOXGUEST_IOCTL_CODE(48, sizeof(VBOXGUESTOS2IDCCONNECT)) 1208 1209 /** 1210 * VBOXGUEST_IOCTL_OS2_IDC_CONNECT output. 1203 * @remark This is defined in multiple 16-bit headers / sources. 1204 * Some places it's called VBGOS2IDC to short things a bit. 1211 1205 */ 1212 1206 typedef struct VBOXGUESTOS2IDCCONNECT … … 1268 1262 * is only recognized if it arrives thru the IDC service EP. 1269 1263 */ 1270 #define VBOXGUEST_IOCTL_OS2_IDC_DISCONNECT VBOXGUEST_IOCTL_CODE(4 9, sizeof(uint32_t))1264 #define VBOXGUEST_IOCTL_OS2_IDC_DISCONNECT VBOXGUEST_IOCTL_CODE(48, sizeof(uint32_t)) 1271 1265 1272 1266 #endif /* __OS2__ */
Note:
See TracChangeset
for help on using the changeset viewer.