VAPIMWP_INIT_GETDOCFORMAT
Gets document format information. This is a parameter of the VAPIM_INIT
message.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_INIT, VAPIMWP_INIT_GETDOCFORMAT, (LPARAM) (*ADDOCINFO) pDocInfo );
Arguments
Argument |
Description |
---|---|
|
The handle of the VAPI window. |
|
A pointer to the ADDOCINFO structure that contains information about the document format. |
Returns
SendMessage()
returns TRUE
if successful (pDocInfo
is filled in with valid information); otherwise it returns FALSE
.
Discussion
If you want to get format information without viewing the document, set the VAPIDF_FLAGS_OPEN_VAPI_ONLY
flag in the nFlags
member of the TPVAPIOpenDocumentInfo structure. This structure is supplied when you open the document by using the VAPIMWP_INIT_OPEN_DOCUMENT
message parameter.