VAPIMWP_VIEW_GETLAYOUT

Gets the layout of the document. This is a parameter of the VAPIM_VIEW message.

Syntax

#include <kvvapi.h>
SendMessage(hWndVAPI, VAPIM_VIEW, VAPIMWP_VIEW_GETLAYOUT,
           (LPARAM) (long*) lplLayout );

Arguments

Argument Description
hWndVAPI The handle of the VAPI window.
lplLayout

A pointer to a long integer that returns the document layout:

  • LOWORD(*lplLayout) 0 – Wrap to window.
  • LOWORD(*lplLayout) 1 – Page layout.
  • HIWORD(*lplLayout) 0 – Scale page to window width.
  • HIWORD(*lplLayout) n – Scale page to custom percentage.

Returns

SendMessage() returns TRUE if the call succeeds; otherwise it returns FALSE.

Discussion

Use this message to set the state of a Wrap to Window, Page Layout, or Window Width menu item or toolbar button.