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 |
|
---|
12 | VMMDEV_VERSION_MAJOR EQU 1
|
---|
13 | VMMDEV_VERSION_MINOR EQU 4
|
---|
14 | VMMDEV_VERSION EQU 000010004h
|
---|
15 |
|
---|
16 | ;; ASSUMES OS/2 for now.
|
---|
17 | VBOXGUEST_DEVICE_NAME EQU "VBoxGst$"
|
---|
18 |
|
---|
19 |
|
---|
20 | ;; aka VBOXGUESTOS2IDCCONNECT
|
---|
21 | VBGOS2IDC STRUC
|
---|
22 | u32Version DD ?
|
---|
23 | u32Session DD ?
|
---|
24 | pfnServiceEP DD ?
|
---|
25 | fpfnServiceEP DD ?
|
---|
26 | fpfnServiceAsmEP DD ?
|
---|
27 | VBGOS2IDC ENDS
|
---|
28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.