FSPDF_ACTIONDATA_NAMED Struct Reference

Structure for action type FSPDF_ACTION_NAMED. More...

#include <fpdf_base_r.h>

Public Attributes

FSCRT_BSTR namedAction
 A text string which is an action name, in UTF-8. More...
 

Detailed Description

Structure for action type FSPDF_ACTION_NAMED.

Member Data Documentation

FSCRT_BSTR FSPDF_ACTIONDATA_NAMED::namedAction

A text string which is an action name, in UTF-8.

Note
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().

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

Foxit Corporation