Defined in header file: hzDocument.h

This is returned by the AtHtmlTag function which determines if the supplied chain iterator is at either:-

Enum definition:

enum    hzHtagInd
{

HTAG_IND_NULLNot at a HTML tag or anti-tag
HTAG_IND_OPENAt the start of an opening HTML tag
HTAG_IND_ANTIAt the start of an HTML anti-tag
HTAG_IND_SELFAt the start of a self closing HTML tag

} ;