AnnoUISetMetafile

#include “BiAnno.h”

BOOL CALLBACK AnnoUISetMetafile ( INT_PTR pAnno, LPCSTR szFileName );

Description

Sets the metafile used by the currently selected A_META object.

Parameters

INT_PTR

pAnno

Annotation handle

LPCSTR

szFileName

The name of the metafile

Return value

TRUE if repaint is necessary

Programming Notes

None

Code Example

None