VBoxGuestInternal.h revision a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fc
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync/** @file
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync *
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync * VBoxGuestInternal -- Private windows additions declarations
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync *
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * Copyright (C) 2006-2007 innotek GmbH
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync *
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * available from http://www.virtualbox.org. This file is free software;
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * you can redistribute it and/or modify it under the terms of the GNU
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * General Public License (GPL) as published by the Free Software
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync */
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync#ifndef __VBoxGuestInternal_h__
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync#define __VBoxGuestInternal_h__
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync
a9548d19b3c4982f701f70a2c1df35764c4841b8vboxsync/** Uncomment to enable VRDP status checks */
f1b254f95999acad60c71fc6245e977e90f723e4vboxsync//#define VBOX_WITH_VRDP_SESSION_HANDLING
a9548d19b3c4982f701f70a2c1df35764c4841b8vboxsync
57273147e7661738b6fc4b0fb50045edb17985c8vboxsync/** Uncomment to enable the guest management extension in VBoxService */
f369b8baa7089f6e3dbb28a0c1e1bc56686ea8bfvboxsync#define VBOX_WITH_MANAGEMENT
57273147e7661738b6fc4b0fb50045edb17985c8vboxsync
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync/** IOCTL for VBoxGuest to enable a VRDP session */
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync#define IOCTL_VBOXGUEST_ENABLE_VRDP_SESSION IOCTL_CODE(FILE_DEVICE_UNKNOWN, 2100, METHOD_BUFFERED, FILE_WRITE_ACCESS, 0)
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync/** IOCTL for VBoxGuest to disable a VRDP session */
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync#define IOCTL_VBOXGUEST_DISABLE_VRDP_SESSION IOCTL_CODE(FILE_DEVICE_UNKNOWN, 2101, METHOD_BUFFERED, FILE_WRITE_ACCESS, 0)
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync#endif /* __VBoxGuestInternal_h__ */