Opens a standard Print Setup dialog box. This is a parameter of the VAPIM_PRINT message.
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_PRINT, VAPIMWP_PRINT_PRINTSETUP, 0L );
|
Argument |
Description |
|---|---|
|
|
The handle of the VAPI window. |
SendMessage() returns TRUE if the call succeeds; otherwise it returns FALSE.
Allows the user to select general printing options, including the printer, page size, and page orientation.
|
|