VAPIM_GETSUMMARYINFO
Gets document metadata, also referred to as summary information.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, STAT wParam, (LPARAM) (*KVSummaryInfoEx) pSummaryInfo );
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
wParam
|
0 – get summary information 1 – free summary information |
pSummaryInfo
|
A pointer to a KVSummaryInfoEx structure that contains summary information about the document. |
Returns
SendMessage()
returns TRUE
if successful (pSummaryInfo
filled in with valid information, if wParam
is 0), FALSE
if it fails.