*****************************************************************************
*                                                                           *
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY     *
* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE       *
* IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR     *
* PURPOSE.                                                                  *
*                                                                           *
* Copyright (C) 1993-95  Microsoft Corporation.  All Rights Reserved.       *
*                                                                           *
*****************************************************************************

VWFD.VXD

This VxD allows DOS applications to determine if they are running in 
a window or full-screen.  This is accomplished via the API that VWFD 
supplies TSTWF.ASM is a sample DOS program that uses the VWFD API. 


To install this VxD, copy it to your Windows SYSTEM directory and 
add the following line to your SYSTEM.INI.

[386enh]

    ...
    ...

    device=VWFD.VXD
