Searched refs:hDllSoundfile (Results 1 – 2 of 2) sorted by relevance
32 HINSTANCE hDllSoundfile; variable602 if (hDllSoundfile) FreeLibrary(hDllSoundfile); in cleanup()637 if (hDllSoundfile = LoadLibrary("soundfile.dll")) in loadDlls()639 getSoundInfo = (FUNCTION1)GetProcAddress(hDllSoundfile, "getSoundInfo"); in loadDlls()640 getSoundSamples = (FUNCTION2)GetProcAddress(hDllSoundfile, "getSoundSamples"); in loadDlls()
80 HINSTANCE hDllSoundfile; variable146 hDllSoundfile = NULL; in init()159 if (hDllSoundfile) FreeLibrary(hDllSoundfile); in clean_up()904 hDllSoundfile = LoadLibrary("soundfile.dll"); in get_dll()906 if (hDllSoundfile) in get_dll()908 getSoundInfo = (lpFunc6)GetProcAddress(hDllSoundfile, "getSoundInfo"); in get_dll()909 getSoundSamples = (lpFunc7)GetProcAddress(hDllSoundfile, "getSoundSamples"); in get_dll()910 writeWaveFile = (lpFunc8)GetProcAddress(hDllSoundfile, "writeWaveFile"); in get_dll()911 writeAiffFile = (lpFunc8)GetProcAddress(hDllSoundfile, "writeAiffFile"); in get_dll()921 if (hDllDsptool && hDllSoundfile) in get_dll()