Searched refs:hDllSoundfile (Results 1 – 1 of 1) sorted by relevance
38 HINSTANCE hDllSoundfile; variable608 if (hDllSoundfile) FreeLibrary(hDllSoundfile); in cleanup()643 if (hDllSoundfile = LoadLibrary("soundfile.dll")) in loadDlls()645 getSoundInfo = (FUNCTION1)GetProcAddress(hDllSoundfile, "getSoundInfo"); in loadDlls()646 getSoundSamples = (FUNCTION2)GetProcAddress(hDllSoundfile, "getSoundSamples"); in loadDlls()