formZ SDK | 4.0 Call Back Reference | formZ Notification
Description
This function is called by formZ when one of the actions specified by fz_notf_wind_enum occurs
in the specified project. This function will be called for each window 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.
This function is also called for each window in a project when a project notification happens (i.e.
fz_notf_cbak_proj is called) . In this situation wind_notf == FZ_NOTF_WIND_PROJ and
proj_notf is the value of the project level notification.
Plugin Prototype
fzrt_error_td fz_notf_cbak_wind(
fzrt_int | windex, |
wind_notf, | |
proj_notf ) |
Parameters
windex [Input]
project window index
wind_notf [Input]
window notification identifier
proj_notf [Input]
project notification identifier
Returns
Error codes
Availability
5.0.0.0
Function Set
Defined in