AnnoUISetVoiceFile

#include “BiAnno.h”

BOOL CALLBACK AnnoUISetVoiceFile( INT_PTR pAnno, LPSTR szVoiceFile)

Description

This function specifies the wav file on selected voice annotation object, and sets up the user interface parameters (mark for saving etc).

Parameters

INT_PTR

PAnno

Annotation handle

LPSTR

szVoiceFile

Path and filename of the wav file.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None