VirtualBox

Changeset 3255 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 24, 2007 6:03:38 AM (18 years ago)
Author:
vboxsync
Message:

(Re-)implementing the AttachDD bit of the IDC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuest.h

    r3251 r3255  
    105105 * additions_major == vmmdev_current && additions_minor <= vmmdev_current.
    106106 * 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.
    107109 */
    108110#define VMMDEV_VERSION_MAJOR (0x1)
     
    11961198#ifdef __OS2__
    11971199
    1198 /** OS/2 specific: IDC client connection request.
     1200/**
     1201 * The data buffer layout for the IDC entry point (AttachDD).
    11991202 *
    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.
    12111205 */
    12121206typedef struct VBOXGUESTOS2IDCCONNECT
     
    12681262 * is only recognized if it arrives thru the IDC service EP.
    12691263 */
    1270 #define VBOXGUEST_IOCTL_OS2_IDC_DISCONNECT  VBOXGUEST_IOCTL_CODE(49, sizeof(uint32_t))
     1264#define VBOXGUEST_IOCTL_OS2_IDC_DISCONNECT  VBOXGUEST_IOCTL_CODE(48, sizeof(uint32_t))
    12711265
    12721266#endif /* __OS2__ */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette