VAPIMWP_DRAW_INIT
Initializes the drawing routines in VAPI. This is a parameter of the VAPIM_DRAW
message.
Syntax
#include <kvvapi.h> SendMessage( hWndVAPI, VAPIM_DRAW, VAPIMWP_DRAW_INIT, 0L );
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
Returns
SendMessage()
returns TRUE
if the call succeeds and FALSE
if the call fails.
Discussion
You must send this message prior to opening the document, that is, prior to sending the VAPIMWP_INIT_OPEN_DOCUMENT message.