Determines whether there is a Previous or Next highlight relative to the current position.
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_HAVEHILITE, (WPARAM) (BOOL) bPrevious, 0L );
Argument |
Description |
---|---|
|
The handle of the VAPI window. |
|
|
Returns TRUE
if there is a Previous or Next highlight (depending on the setting of bPrevious
) relative to the current position.
|