VAPIMWP_INIT_JUMPTOFIRSTHILIITE
Jumps to the first highlight. You must send this message before you send the VAPIM_INIT_OPEN_DOCUMENT
message. This applies only when you use XML documents created with the Verity Developer's Kit (VDK) to specify highlights. This is a parameter of the VAPIM_INIT
message.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_INIT, VAPIMWP_INIT_JUMPTOFIRSTHILITE, 0L );
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
Returns
SendMessage()
returns TRUE
on success, or FALSE
on error.