VBoxManage.h revision b986d2b54e8befb773901acfbc91ada6b96237ec
/** @file
* VBox frontends: VBoxManage (command-line interface):
* VBoxManage header.
*/
/*
* Copyright (C) 2006-2007 Sun Microsystems, Inc.
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* General Public License (GPL) as published by the Free Software
* Foundation, in version 2 as it comes in the "COPYING" file of the
* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*
* Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
* Clara, CA 95054 USA or visit http://www.sun.com if you need
* additional information or have any questions.
*/
#ifndef ___H_VBOXMANAGE
#define ___H_VBOXMANAGE
#ifndef VBOX_ONLY_DOCS
#endif /* !VBOX_ONLY_DOCS */
/** @name Syntax diagram category.
* @{ */
#define USAGE_DUMPOPTS 0
#define USAGE_LIST RT_BIT_64(0)
#ifdef VBOX_WITH_GUEST_PROPS
#endif /* VBOX_WITH_GUEST_PROPS defined */
/** @} */
typedef uint64_t USAGECATEGORY;
/** flag whether we're in internal mode */
extern bool g_fInternalMode;
/** showVMInfo details */
typedef enum
{
VMINFO_NONE = 0,
/*
* Prototypes
*/
int errorArgument(const char *pszFormat, ...);
#ifndef VBOX_ONLY_DOCS
#endif /* !VBOX_ONLY_DOCS */
extern void usageGuestProperty(void);
#ifndef VBOX_ONLY_DOCS
#endif /* !VBOX_ONLY_DOCS */
unsigned long VBoxSVNRev();
#endif /* !___H_VBOXMANAGE */