VAPIMWP_VIEW_CANGOTO
Determines whether the document can go to a specified page or slide. This is a parameter of the VAPIM_VIEW
message.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_VIEW, VAPIMWP_VIEW_CANGOTO, (LPARAM) (BOOL*) lpbCanGoTo );
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
lpbCanGoTo
|
A pointer to a flag that returns TRUE or FALSE , depending on whether the document can go to a specified page or slide. |
Returns
SendMessage()
returns TRUE
if the call succeeds, in which case lpbCanGoTo
returns TRUE
or FALSE
.
Discussion
-
Use this message to control the state of a Go To Page menu item or toolbar button.
-
To implement a Go To Page menu item or toolbar button, use the VAPIMWP_VIEW_GOTOPAGE message.
-
This message can be used only with word processing and presentation files.