VAPIMWP_FILE_CLOSE
Closes the currently opened document. It is not necessary to use this message, because issuing a second VAPIMWP_INIT_OPEN_DOCUMENT
message automatically closes the currently opened document. This is a parameter of the VAPIM_FILE
message.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_FILE, VAPIMWP_FILE_CLOSE, 0L );
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
Returns
SendMessage()
returns TRUE
on success; FALSE
otherwise.