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.