VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.h@ 27991

Last change on this file since 27991 was 27955, checked in by vboxsync, 15 years ago

wddm: vboxtray: abstraction display driver API for passing escape codes (using ExtEscape for XPDM & PFND3DKMT stugg for WDDM); WDDM miniport driver: basics for handling autoresize & seamles

  • Property svn:eol-style set to native
File size: 1.4 KB
Line 
1/** @file
2 * VBoxSeamless - Display notifications
3 */
4
5/*
6 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
7 *
8 * This file is part of VirtualBox Open Source Edition (OSE), as
9 * available from http://www.virtualbox.org. This file is free software;
10 * you can redistribute it and/or modify it under the terms of the GNU
11 * General Public License (GPL) as published by the Free Software
12 * Foundation, in version 2 as it comes in the "COPYING" file of the
13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15 *
16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
17 * Clara, CA 95054 USA or visit http://www.sun.com if you need
18 * additional information or have any questions.
19 */
20
21#ifndef __VBOXSERVICEDISPLAY__H
22#define __VBOXSERVICEDISPLAY__H
23
24/* The display service prototypes. */
25int VBoxDisplayInit (const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread);
26unsigned __stdcall VBoxDisplayThread (void *pInstance);
27void VBoxDisplayDestroy (const VBOXSERVICEENV *pEnv, void *pInstance);
28
29#ifndef VBOXWDDM
30static bool isVBoxDisplayDriverActive (void);
31#else
32/* @misha: getVBoxDisplayDriverType is used instead.
33 * it seems bad to put static function declaration to header,
34 * so it is moved to VBoxDisplay.cpp */
35#endif
36
37#endif /* __VBOXSERVICEDISPLAY__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