Home
last modified time | relevance | path

Searched refs:lpFunc8 (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.1.4/build/tools/dspadpcm/src/
Dmain.c84 typedef int (*lpFunc8)(char *path, SOUNDINFO *info, void *samples); typedef
87 lpFunc8 writeWaveFile;
88 lpFunc8 writeAiffFile;
910 writeWaveFile = (lpFunc8)GetProcAddress(hDllSoundfile, "writeWaveFile"); in get_dll()
911 writeAiffFile = (lpFunc8)GetProcAddress(hDllSoundfile, "writeAiffFile"); in get_dll()