Leaked source code of windows server 2003
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.

16 lines
522 B

  1. /****************************************************************************
  2. *
  3. * File: testsnd.h
  4. * Project: DxDiag (DirectX Diagnostic Tool)
  5. * Author: Kerim Erden (a-kerime@microsoft.com)
  6. * Purpose: Test DSound functionality on this machine
  7. *
  8. * (C) Copyright 1998 Microsoft Corp. All rights reserved.
  9. *
  10. ****************************************************************************/
  11. #ifndef TESTSND_H
  12. #define TESTSND_H
  13. VOID TestSnd(HWND hwndMain, SoundInfo* pSoundInfo);
  14. #endif // TESTSND_H