VAPIM_GOTO_PAGE
If indexing is enabled on the document by using the VAPIM_ENABLEINDEX message, the document is displayed at the specified page.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_GOTO_PAGE, (WPARAM)(int) nPageNumber, 0L );
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
nPageNumber
|
The page to display. |
Returns
SendMessage()
returns TRUE
if the call succeeds.
Discussion
-
This message can be used only with word processing files. To use similar functionality with PPT files or the graphic-based PDF reader, seeVAPIMWP_VIEW_GOTOPAGE .