Saves the current document in another format through a Save As dialog box. This is a parameter of the VAPIM_FILE
message. SeeSave a Document and Convert a Document.
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_FILE, VAPIMWP_FILE_SAVEAS, 0L );
Argument |
Description |
---|---|
|
The handle of the VAPI window. |
SendMessage()
returns TRUE
on success; FALSE
otherwise.
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.
|