VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/VBoxService/VBoxVMInfoAdditions.h@ 13351

最後變更 在這個檔案從13351是 11982,由 vboxsync 提交於 16 年 前

All: license header changes for 2.0 (OSE headers, add Sun GPL/LGPL disclaimer)

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 499 位元組
 
1/* $Id: VBoxVMInfoAdditions.h 11982 2008-09-02 13:09:44Z vboxsync $ */
2/** @file
3 * VBoxVMInfoAdditions - Guest Additions information for the host.
4 */
5
6/*
7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
8 *
9 * Sun Microsystems, Inc. confidential
10 * All rights reserved
11 */
12
13#ifndef ___VBOXSERVICEVMINFOADDITIONS_H
14#define ___VBOXSERVICEVMINFOADDITIONS_H
15
16typedef struct _VBOXFILEINFO
17{
18 TCHAR* pszFilePath;
19 TCHAR* pszFileName;
20} VBOXFILEINFO;
21
22int vboxVMInfoAdditions (VBOXINFORMATIONCONTEXT* a_pCtx);
23
24#endif /* !___VBOXSERVICEVMINFOADDITIONS_H */
25
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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