VirtualBox

source: vbox/trunk/include/VBox/VBoxGuest.mac@ 4295

最後變更 在這個檔案從4295是 4171,由 vboxsync 提交於 18 年 前

export

  • 屬性 svn:eol-style 設為 native
檔案大小: 665 位元組
 
1;; @file
2; VBoxGuest - VirtualBox Guest Additions Interface, NASM/YASM header.
3;
4
5;
6; Copyright (C) 2006-2007 innotek GmbH
7;
8; innotek GmbH confidential
9; All rights reserved
10
11
12%ifndef ___VBox_VBoxGuest_mac___
13%define ___VBox_VBoxGuest_mac___
14
15%define VMMDEV_VERSION_MAJOR 1
16%define VMMDEV_VERSION_MINOR 4
17%define VMMDEV_VERSION 000010004h
18
19%ifdef RT_OS_OS2
20%define VBOXGUEST_DEVICE_NAME "vboxgst$"
21
22;; aka VBOXGUESTOS2IDCCONNECT
23struc VBGOS2IDC
24 .u32Version resd 1
25 .u32Session resd 1
26 .pfnServiceEP resd 1
27 .fpfnServiceEP resd 1
28 .fpfnServiceAsmEP resd 1
29endstruc
30
31%endif ; RT_OS_OS2
32
33%endif
34
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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