-
2.42. Set good read sound mode and sound name
Function Description:
Sets Good-Read-Echo mode and sound file name.
Function call:
BOOL USI_SetGoodReadEcho(int mode, LPTSTR SoundFileName);
Parameter: (input)
mode: int : GRE_PLAYSOUND : Play pre-set sound file
GRE_BEEP : Play default beep sound
GRE_NONE : No sound.
buffer: LPTSTR : sound file name which included path
Return:
It returns true when successful, false if mode is n/a.