TPVAPIConvert
This structure defines the parameters used by the VAPIM_CONVERT message.
Syntax
#include <kvvapi.h> typedef struct tag_TPVAPIConvert { LPSTR lpszCode; LPSTR lpszTarget; } TPVAPIConvert;
Members
lpszCode
|
The format code of the format to which to convert the document. The following options are available:
|
lpszTarget
|
The target path and file name for the converted file. |