Searched refs:lpFunc8 (Results 1 – 1 of 1) sorted by relevance
99 typedef int (*lpFunc8)(char *path, SOUNDINFO *info, void *samples); typedef102 lpFunc8 writeWaveFile;103 lpFunc8 writeAiffFile;920 writeWaveFile = (lpFunc8)GetProcAddress(hDllSoundfile, "writeWaveFile"); in get_dll()921 writeAiffFile = (lpFunc8)GetProcAddress(hDllSoundfile, "writeAiffFile"); in get_dll()