2025-04-27 07:49:33 -04:00

17 lines
551 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