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:mime-type
set to
text/plain
|
File size:
699 bytes
|
Line | |
---|
1 | /* $Id: VBoxVMInfoAdditions.h 33539 2008-07-21 12:21:29Z bird $ */
|
---|
2 | /** @file
|
---|
3 | * VBoxUtil - Some tool functions.
|
---|
4 | */
|
---|
5 |
|
---|
6 | /*
|
---|
7 | * Copyright (C) 2006-2008 Sun Microsystems, Inc.
|
---|
8 | *
|
---|
9 | * Sun Microsystems, Inc. confidential
|
---|
10 | * All rights reserved
|
---|
11 | */
|
---|
12 |
|
---|
13 | #ifndef ___VBOXUTILS_H
|
---|
14 | #define ___VBOXUTILS_H
|
---|
15 |
|
---|
16 | BOOL vboxGetFileVersion (LPCWSTR a_pszFileName,
|
---|
17 | DWORD* a_pdwMajor, DWORD* a_pdwMinor, DWORD* a_pdwBuildNumber, DWORD* a_pdwRevisionNumber);
|
---|
18 |
|
---|
19 | BOOL vboxGetFileString (LPCWSTR a_pszFileName, LPWSTR a_pszBlock, LPWSTR a_pszString, PUINT a_puiSize);
|
---|
20 |
|
---|
21 | BOOL vboxGetFileVersionString (LPCWSTR a_pszPath, LPCWSTR a_pszFileName, char* a_pszVersion, UINT a_uiSize);
|
---|
22 |
|
---|
23 | #endif /* !___VBOXUTILS_H */
|
---|
24 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.