AnnoUIGetVoiceFile

#include “BiAnno.h”

LPSTR CALLBACK AnnoUIGetVoiceFile( INT_PTR pAnno)

Description

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

Parameters

INT_PTR

PAnno

Annotation handle

Return value

Path and filename on success, otherwise NULL.

Programming Notes

None

Code Example

None