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.

18 lines
511 B

  1. /****************************************************************************
  2. *
  3. * File: testmus.h
  4. * Project: DxDiag (DirectX Diagnostic Tool)
  5. * Author: Mike Anderson (manders@microsoft.com)
  6. * Purpose: Test DMusic functionality on this machine
  7. *
  8. * (C) Copyright 1998 Microsoft Corp. All rights reserved.
  9. *
  10. ****************************************************************************/
  11. #ifndef TESTMUS_H
  12. #define TESTMUS_H
  13. VOID TestMusic(HWND hwndMain, MusicInfo* pMusicInfo);
  14. #endif // TESTMUS_H