Searched refs:lpFunc8 (Results 1 – 1 of 1) sorted by relevance
84 typedef int (*lpFunc8)(char *path, SOUNDINFO *info, void *samples); typedef87 lpFunc8 writeWaveFile;88 lpFunc8 writeAiffFile;910 writeWaveFile = (lpFunc8)GetProcAddress(hDllSoundfile, "writeWaveFile"); in get_dll()911 writeAiffFile = (lpFunc8)GetProcAddress(hDllSoundfile, "writeAiffFile"); in get_dll()