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.

18 lines
512 B

  1. /****************************************************************************
  2. *
  3. * File: testdd.h
  4. * Project: DxDiag (DirectX Diagnostic Tool)
  5. * Author: Mike Anderson (manders@microsoft.com)
  6. * Purpose: Test DirectDraw functionality on this machine
  7. *
  8. * (C) Copyright 1998 Microsoft Corp. All rights reserved.
  9. *
  10. ****************************************************************************/
  11. #ifndef TESTDD_H
  12. #define TESTDD_H
  13. VOID TestDD(HWND hwndMain, DisplayInfo* pDisplayInfo);
  14. #endif // TESTDD_H