VAPIM_HAVEHILITE

Determines whether there is a Previous or Next highlight relative to the current position.

Syntax

#include <kvvapi.h>
SendMessage(hWndVAPI, VAPIM_HAVEHILITE,
           (WPARAM) (BOOL) bPrevious, 0L );

Arguments

Argument Description
hWndVAPI The handle of the VAPI window.
bPrevious TRUE checks for a previous highlight, FALSE checks for the next highlight.

Returns

Returns TRUE if there is a Previous or Next highlight (depending on the setting of bPrevious) relative to the current position.