VBoxGuestInternal.h revision 6410e6a598160f94d4898dae8f866049f9e7f7bf
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync/** @file
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync *
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync * VBoxGuestInternal -- Private windows additions declarations
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync *
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync * Copyright (C) 2006-2007 innotek GmbH
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync *
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync * innotek GmbH confidential
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync * All rights reserved
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync */
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync#ifndef __VBoxGuestInternal_h__
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync#define __VBoxGuestInternal_h__
6410e6a598160f94d4898dae8f866049f9e7f7bfvboxsync
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__ */