windows-nt/Source/XPSP1/NT/multimedia/directx/dxdiag/ghost.h
2020-09-26 16:20:57 +08:00

17 lines
535 B
C

/****************************************************************************
*
* File: ghost.h
* Project: DxDiag (DirectX Diagnostic Tool)
* Author: Mike Anderson (manders@microsoft.com)
* Purpose: Allow user to remove/restore "ghost" display devices
*
* (C) Copyright 1998-1999 Microsoft Corp. All rights reserved.
*
****************************************************************************/
#ifndef GHOST_H
#define GHOST_H
VOID AdjustGhostDevices(HWND hwndMain, DisplayInfo* pDisplayInfoFirst);
#endif // GHOST_H