VAPIM_POSITIONHILITE

Changes focus from previous to next highlight.

Syntax

#include <kvvapi.h>
SendMessage(hWndVAPI, VAPIM_POSITIONHILITE, 
           (LPARAM) (BOOL) bPrev, 0L );

Arguments

Argument Description
hWndVAPI The handle of the VAPI window.
bPrev TRUE goes to previous highlight, FALSE goes to next highlight.

Returns

SendMessage() returns TRUE on success; or FALSE on error.