VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/include/VBoxGuestInternal.h@ 4663

Last change on this file since 4663 was 4663, checked in by vboxsync, 17 years ago

Enable management extensions

File size: 856 bytes
Line 
1/** @file
2 *
3 * VBoxGuestInternal -- Private windows additions declarations
4 *
5 * Copyright (C) 2006-2007 innotek GmbH
6 *
7 * innotek GmbH confidential
8 * All rights reserved
9 */
10#ifndef __VBoxGuestInternal_h__
11#define __VBoxGuestInternal_h__
12
13/** Uncomment to enable VRDP status checks */
14//#define VBOX_WITH_VRDP_SESSION_HANDLING
15
16/** Uncomment to enable the guest management extension in VBoxService */
17#define VBOX_WITH_MANAGEMENT
18
19/** IOCTL for VBoxGuest to enable a VRDP session */
20#define IOCTL_VBOXGUEST_ENABLE_VRDP_SESSION IOCTL_CODE(FILE_DEVICE_UNKNOWN, 2100, METHOD_BUFFERED, FILE_WRITE_ACCESS, 0)
21
22/** IOCTL for VBoxGuest to disable a VRDP session */
23#define IOCTL_VBOXGUEST_DISABLE_VRDP_SESSION IOCTL_CODE(FILE_DEVICE_UNKNOWN, 2101, METHOD_BUFFERED, FILE_WRITE_ACCESS, 0)
24
25
26#endif /* __VBoxGuestInternal_h__ */
Note: See TracBrowser for help on using the repository browser.

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