VAPIMWP_DRAW_GETPAGESIZE

Gets the default size of a page. This is a parameter of the VAPIM_DRAW message.

Syntax

#include <kvvapi.h>
SendMessage(hWndVAPI, VAPIM_DRAW, VAPIMWP_DRAW_GETPAGESIZE,
           (LPARAM) (TPVAPIPageSize*) pPageSize );

Arguments

Argument Description
hWndVAPI The handle of the VAPI window.
pPageSize A pointer to a TPVAPIPageSize structure which contains information on the page size.

Returns

SendMessage() returns:

Discussion

Before you send this message: