Searched refs:hDllSoundfile (Results 1 – 2 of 2) sorted by relevance
35 HINSTANCE hDllSoundfile; variable605 if (hDllSoundfile) FreeLibrary(hDllSoundfile); in cleanup()640 if (hDllSoundfile = LoadLibrary("soundfile.dll")) in loadDlls()642 getSoundInfo = (FUNCTION1)GetProcAddress(hDllSoundfile, "getSoundInfo"); in loadDlls()643 getSoundSamples = (FUNCTION2)GetProcAddress(hDllSoundfile, "getSoundSamples"); in loadDlls()
95 HINSTANCE hDllSoundfile; variable158 hDllSoundfile = NULL; in init()170 if (hDllSoundfile) FreeLibrary(hDllSoundfile); in clean_up()914 hDllSoundfile = LoadLibrary("soundfile.dll"); in get_dll()916 if (hDllSoundfile) in get_dll()918 getSoundInfo = (lpFunc6)GetProcAddress(hDllSoundfile, "getSoundInfo"); in get_dll()919 getSoundSamples = (lpFunc7)GetProcAddress(hDllSoundfile, "getSoundSamples"); in get_dll()920 writeWaveFile = (lpFunc8)GetProcAddress(hDllSoundfile, "writeWaveFile"); in get_dll()921 writeAiffFile = (lpFunc8)GetProcAddress(hDllSoundfile, "writeAiffFile"); in get_dll()931 if (hDllDsptool && hDllSoundfile) in get_dll()