VBoxGuest.inc revision ee83d548adae5c628ab0799ceae14ad7895a0590
0N/A;; @file
0N/A; VBoxGuest - VirtualBox Guest Additions Interface, MASM/ALP header.
0N/A;
0N/A
0N/A;/*
0N/A; Copyright (C) 2006-2007 innotek GmbH
0N/A;
0N/A; This file is part of VirtualBox Open Source Edition (OSE), as
0N/A; available from http://www.virtualbox.org. This file is free software;
0N/A; you can redistribute it and/or modify it under the terms of the GNU
0N/A; General Public License as published by the Free Software Foundation,
0N/A; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
0N/A; distribution. VirtualBox OSE is distributed in the hope that it will
0N/A; be useful, but WITHOUT ANY WARRANTY of any kind.
0N/A; */
0N/A
0N/A
0N/AVMMDEV_VERSION_MAJOR EQU 1
873N/AVMMDEV_VERSION_MINOR EQU 4
0N/AVMMDEV_VERSION EQU 000010004h
0N/A
0N/A;; ASSUMES OS/2 for now.
0N/AVBOXGUEST_DEVICE_NAME EQU "VBoxGst$"
0N/A
3231N/A
6130N/A;; aka VBOXGUESTOS2IDCCONNECT
0N/AVBGOS2IDC STRUC
0N/Au32Version DD ?
0N/Au32Session DD ?
6355N/ApfnServiceEP DD ?
0N/AfpfnServiceEP DD ?
0N/AfpfnServiceAsmEP DD ?
6355N/AVBGOS2IDC ENDS
5550N/A
0N/A