DBreturnHighlight

Top  Previous  Next

Investigate to the highlight step.

Every element can be emphasised, e.g., while identifying or extinguishing. With this function can be questioned whether and which step is put.

At the moment the step can be questioned only with T_PPOINT.

Parametre

hndl (void *) [IN]

Act on an element. At the moment only T_PPOINT elements are permitted.

Result

(int) [OUT]

It becomes the step zurückgeliefert with which step the element is emphasised. 0 if the element is not emphasised.

Declaration

#include "database.h"

 

int DLLENTRY DBreturnHighlight (

void * hndl

);

Constants

HIGHLIGHT_IDENTIFY 1

HIGHLIGHT_INFO 2

HIGHLIGHT_DELETE 3

Related functions

DBhighlight

DBresetHighlight