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.

13 lines
214 B

  1. #ifndef _DSTEST_H_
  2. #define _DSTEST_H_
  3. #define DS_AVAILABLE 1
  4. #define DS_FULLDUPLEX 2
  5. #define DS_FULLDUPLEX_RECOMMENDED 3
  6. UINT DirectSoundCheck(UINT waveInID, UINT waveOutID, HWND hwnd);
  7. #endif