VAPIMWP_VIEW_GOTOPAGE
Goes to a specified page or slide in a document. This is a parameter of the VAPIM_VIEW
message.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_VIEW, VAPIMWP_VIEW_GOTOPAGE, (LPARAM) (int) nPage );
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
nPage
|
A zero-based integer that is the page or slide number you want to go to. |
Returns
SendMessage()
returns TRUE
if the call succeeds; otherwise it returns FALSE
.
Discussion
-
Use this message to implement a Go To Page menu item or toolbar button.
-
The VAPIMWP_VIEW_CANGOTO message determines whether you can go to specific pages or slides in a document.
-
You can use this message only with PPT files or the graphic-based PDF reader. To use similar functionality with word processing files, see VAPIM_GOTO_PAGE .