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:

  • txt — conversion to text format
  • rtf — conversion to RTF format
  • htm — conversion to HTML format
lpszTarget The target path and file name for the converted file.