About:
Beep9X makes KERNEL32.Beep API in Windows 9X behaving like
in Windows NT. Output goes to PC speaker, dwFreq and dwDuration
are respected. dwFreq = <37..32767>.

Installation:
ApiHooks.exe -m PathTo\Beep9X.dll KERNEL32.DLL

Examples:
Beep(?, INFINITE) = make a sound without turning speaker off.
Beep(0, 0) = turn speaker off.
Beep(?, ?) = make a sound and turn speaker off.