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