VAPIMWP_PRINT_PRINT

Prints the current document by calling the common Print dialog box. This is a parameter of the VAPIM_PRINT message.

Syntax

#include <kvvapi.h>
SendMessage(hWndVAPI, VAPIM_PRINT, VAPIMWP_PRINT_PRINT, 0L );

Arguments

Argument Description
hWndVAPI The handle of the VAPI window.

Returns

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

Discussion