#ifndef _DSTEST_H_
#define _DSTEST_H_

#define DS_AVAILABLE	1
#define DS_FULLDUPLEX   2
#define DS_FULLDUPLEX_RECOMMENDED 3

UINT DirectSoundCheck(UINT waveInID, UINT waveOutID, HWND hwnd);


#endif


