VAPIMWP_DRAW_SHUTDOWN

Before a new document is opened, this frees up any data from a previously opened document. This is a parameter of the VAPIM_DRAW message.

Syntax

SendMessage(g_hWndVAPI, VAPIM_DRAW, DRAW_SHUTDOWN, 0L );

Arguments

Argument Description
g_hWndVapi The handle of the VAPI window
uMsg VAPIM_DRAW
wParam VAPIMWP_DRAW_SHUTDOWN
lParam Not used, set to 0

Returns

SendMessage() returns:

Discussion

VAPIM_DRAW messages are used in the sample drawdemo program.