Last change
on this file since 11982 was 11982, checked in by vboxsync, 16 years ago |
All: license header changes for 2.0 (OSE headers, add Sun GPL/LGPL disclaimer)
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
499 bytes
|
Line | |
---|
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 |
|
---|
16 | typedef struct _VBOXFILEINFO
|
---|
17 | {
|
---|
18 | TCHAR* pszFilePath;
|
---|
19 | TCHAR* pszFileName;
|
---|
20 | } VBOXFILEINFO;
|
---|
21 |
|
---|
22 | int vboxVMInfoAdditions (VBOXINFORMATIONCONTEXT* a_pCtx);
|
---|
23 |
|
---|
24 | #endif /* !___VBOXSERVICEVMINFOADDITIONS_H */
|
---|
25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.