formZ SDK | 4.0 Call Back Reference | formZ Notification

fz_notf_cbak_proj

Description

This function is called by formZ when one of the actions specified by fz_notf_proj_enum occurs in the specified project. This function will be called for each project in which the action occurs. This function is provided so that extensions can be notified when one of the actions occurs and the extension can make any extension specific adjustments in reaction to the action.

Plugin Prototype

fzrt_error_td fz_notf_cbak_proj(

fzrt_int

windex,

fz_notf_proj_enum

proj_notf )

Parameters

windex [Input]

project window index

proj_notf [Input]

project notification identifier

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_notf_cbak_fset


Defined in

fz_notf_api.h