FSPDF_ACTIONDATA_SUBMITFORM Struct Reference

Structure for action type FSPDF_ACTION_SUBMITFORM. More...

#include <fpdf_base_r.h>

Public Attributes

FSPDF_ATTACHMENT attachment
 Handle to a FSPDF_ATTACHMENT object to which the form data is submitted. More...
 
FSCRT_BSTRfields
 Pointer to an array which are names of fields. More...
 
FS_INT32 count
 Count of elements in fields array.
 
FS_DWORD flags
 A set of flags specifying various characteristics of the action. More...
 

Detailed Description

Structure for action type FSPDF_ACTION_SUBMITFORM.

Member Data Documentation

FSPDF_ATTACHMENT FSPDF_ACTIONDATA_SUBMITFORM::attachment

Handle to a FSPDF_ATTACHMENT object to which the form data is submitted.

This field is a URL address commonly. Call function FSPDF_Attachment_GetFileName to retrieve URL address.

FSCRT_BSTR* FSPDF_ACTIONDATA_SUBMITFORM::fields

Pointer to an array which are names of fields.

Note
Each element in this array should be in UTF-8.
If FSCRT_BSTR::str of namedAction is a const string, the application should set this to NULL before calling function FSPDF_ActionData_Clear() to release resources of action data. Otherwise, the application should release action data by itself, instead of using function FSPDF_ActionData_Clear().
FS_DWORD FSPDF_ACTIONDATA_SUBMITFORM::flags

A set of flags specifying various characteristics of the action.

Please refer to macro definitions FSPDF_SUBMITFORMFLAGS_XXX and this can be one or a combination of these macros.


The documentation for this struct was generated from the following file:

Foxit Corporation