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

19 lines
511 B
C
Raw Normal View History

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