Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/tools/dspadpcm/src/
Dmain.c99 typedef int (*lpFunc8)(char *path, SOUNDINFO *info, void *samples); typedef
102 lpFunc8 writeWaveFile;
103 lpFunc8 writeAiffFile;
920 writeWaveFile = (lpFunc8)GetProcAddress(hDllSoundfile, "writeWaveFile"); in get_dll()
921 writeAiffFile = (lpFunc8)GetProcAddress(hDllSoundfile, "writeAiffFile"); in get_dll()