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