formZ SDK | 5.0 API Reference | System | System

fz_syst_help_add_entry

Description

DEPRICATED: Adds an entry into the formZ pdf help .

Plugin Prototype

fzrt_error_td fz_syst_help_add_entry(

fzrt_UUID_td

uuid,

char *

description,

char *

pdf_file_name,

char *

pdf_destination,

char *

title_string )

Parameters

uuid [Input]

The uuid of the tool, dialog, palette for which to set the help entry.

description [Input]

A description of tool, dialog, palette.

pdf_file_name [Input]

The name of the pdf file to link to.

pdf_destination [Input]

The destination string from the pdf file describing which page to link to.

title_string [Input]

A string to display to the user identifying the section title in the pdf document.

Returns

Error codes

Availability

6.0.0.0

Function Set

fz_syst_fset


Defined in

fz_syst_api.h