FSPDF_ACTIONDATA_REMOTEGOTO Struct Reference

Structure for action type FSPDF_ACTION_REMOTEGOTO. More...

#include <fpdf_base_r.h>

Public Attributes

FSCRT_BSTR fileName
 File name that remote to, encoded in UTF-8. More...
 
FSCRT_BSTR destName
 Destination name, in UTF-8. More...
 
FSPDF_DESTDATA destData
 Destination data. More...
 

Detailed Description

Structure for action type FSPDF_ACTION_REMOTEGOTO.

Note
Destination information of this action can be represented by either destData or destName.
  • At least, one of destData or destName should be valid.
  • If destName is valid, that means the destination is treated as a named destination and destData could be ignore.

Member Data Documentation

FSPDF_DESTDATA FSPDF_ACTIONDATA_REMOTEGOTO::destData

Destination data.

Note
If destName is valid, that means the destination is treated as a named destination and this member will be ignored.
If destName is empty, this member should be valid.
FSCRT_BSTR FSPDF_ACTIONDATA_REMOTEGOTO::destName

Destination name, in UTF-8.

Note
If FSCRT_BSTR::str of destName is a const string, the application should set this to NULL before callinging 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(). If this member is valid, that means the destination is treated as a named destination.
If destData is NULL, this member should be valid.
FSCRT_BSTR FSPDF_ACTIONDATA_REMOTEGOTO::fileName

File name that remote to, encoded in UTF-8.

Note
If FSCRT_BSTR::str of fileName is a const string, the application should set this to NULL before callinging 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