#include “BiAnno.h”
BOOL CALLBACK AnnoObjSetVoiceFile( INT_PTR pAnno, LPSTR szVoiceFile )
Description
This function specifies the path and filename of the wav file for the selected voice annotation object.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
LPSTR |
szVoiceFile |
Path and filename of the wav file. |
Return value
TRUE on success, otherwise FALSE.
Programming Notes
This function works for only voice annotation objects.
Code Example
None