Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
535 B

  1. /****************************************************************************
  2. *
  3. * File: ghost.h
  4. * Project: DxDiag (DirectX Diagnostic Tool)
  5. * Author: Mike Anderson (manders@microsoft.com)
  6. * Purpose: Allow user to remove/restore "ghost" display devices
  7. *
  8. * (C) Copyright 1998-1999 Microsoft Corp. All rights reserved.
  9. *
  10. ****************************************************************************/
  11. #ifndef GHOST_H
  12. #define GHOST_H
  13. VOID AdjustGhostDevices(HWND hwndMain, DisplayInfo* pDisplayInfoFirst);
  14. #endif // GHOST_H