Changes focus from previous to next highlight.
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_POSITIONHILITE, (LPARAM) (BOOL) bPrev, 0L );
Argument |
Description |
---|---|
|
The handle of the VAPI window. |
|
|
SendMessage()
returns TRUE
on success; or FALSE
on error.
|