windows-nt/Source/XPSP1/NT/multimedia/directx/dxdiag/testdd.h

19 lines
512 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/****************************************************************************
*
* File: testdd.h
* Project: DxDiag (DirectX Diagnostic Tool)
* Author: Mike Anderson (manders@microsoft.com)
* Purpose: Test DirectDraw functionality on this machine
*
* (C) Copyright 1998 Microsoft Corp. All rights reserved.
*
****************************************************************************/
#ifndef TESTDD_H
#define TESTDD_H
VOID TestDD(HWND hwndMain, DisplayInfo* pDisplayInfo);
#endif // TESTDD_H