AnnoObjGetVoiceFile

#include “BiAnno.h”

LPSTR CALLBACK AnnoObjGetVoiceFile( INT_PTR pAnno )

Description

This function retrieves the path and filename of the wav file for the selected voice annotation object.

Parameters

INT_PTR

PAnno

Annotation handle

Return value

Path and filename of the wav file.

Programming Notes

This function works for only voice annotation objects.

Code Example

None