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.

20 lines
569 B

  1. /****************************************************************************
  2. *
  3. * File: dispinfo8.h
  4. * Project: DxDiag (DirectX Diagnostic Tool)
  5. * Author: Jason Sandlin (jasonsa@microsoft.com)
  6. * Purpose: Gather D3D8 information
  7. *
  8. * (C) Copyright 2000 Microsoft Corp. All rights reserved.
  9. *
  10. ****************************************************************************/
  11. #ifndef DISPINFO8_H
  12. #define DISPINFO8_H
  13. HRESULT InitD3D8();
  14. VOID CleanupD3D8();
  15. HRESULT GetDX8AdapterInfo(DisplayInfo* pDisplayInfo);
  16. BOOL IsD3D8Working();
  17. #endif // DISPINFO8_H