windows-nt/Source/XPSP1/NT/multimedia/directx/dxdiag/testdd.h
2020-09-26 16:20:57 +08:00

19 lines
512 B
C

/****************************************************************************
*
* 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