VirtualBox

source: vbox/trunk/include/VBox/VBoxGuest.inc@ 4337

Last change on this file since 4337 was 4171, checked in by vboxsync, 17 years ago

export

  • Property svn:eol-style set to native
File size: 549 bytes
Line 
1;; @file
2; VBoxGuest - VirtualBox Guest Additions Interface, MASM/ALP header.
3;
4
5;
6; Copyright (C) 2006-2007 innotek GmbH
7;
8; innotek GmbH confidential
9; All rights reserved
10
11
12VMMDEV_VERSION_MAJOR EQU 1
13VMMDEV_VERSION_MINOR EQU 4
14VMMDEV_VERSION EQU 000010004h
15
16;; ASSUMES OS/2 for now.
17VBOXGUEST_DEVICE_NAME EQU "VBoxGst$"
18
19
20;; aka VBOXGUESTOS2IDCCONNECT
21VBGOS2IDC STRUC
22u32Version DD ?
23u32Session DD ?
24pfnServiceEP DD ?
25fpfnServiceEP DD ?
26fpfnServiceAsmEP DD ?
27VBGOS2IDC ENDS
28
Note: See TracBrowser for help on using the repository browser.

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