AnnoUIEnableUI

#include “BiAnno.h”

void CALLBACK AnnoUIEnableUI( INT_PTR pAnno, BOOL b );

Description

Enable/disable the user interface.

Parameters

INT_PTR

pAnno

Annotation handle

BOOL

b

TRUE to enable, FALSE to disable

Return value

None

Programming Notes

None

Code Example

None