VAPIMWP_FILE_SAVEAS
Saves the current document in another format through a Save As dialog box. This is a parameter of the VAPIM_FILE
message. See Save a Document and Convert a Document.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_FILE, VAPIMWP_FILE_SAVEAS, 0L );
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
Returns
SendMessage()
returns TRUE
on success; FALSE
otherwise.
Discussion
Use this message to implement a Save As menu item or toolbar button. You can save the document in its current format, or use Viewing conversions to convert it.