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