formZ SDK | 4.0 Call Back Reference | Renderer

fz_rndr_cbak_notify_user

Description

This optional function will be invoked at a regular interval by formZ for all renderers, that answer TRUE to the FZ_RNDR_ATTR_IS_BACKGROUND question. It is intended to give a renderer that operates in the background a chance to notiy a user, that a previously fired rendering is completed. It is IMPORTANT, that the check whether such a rendering is complete or not is fast, because frequent calls to this callabck are made in the event idle loop.
If a rendering is complete, the renderer may display the image in a preview window, or simply put up a dialog that tells the user that the rendering is done.

Plugin Prototype

void fz_rndr_cbak_notify_user(void)

Returns

none

Availability

6.0.0.0

Function Set

fz_rndr_cbak_fset


Defined in

fz_rndr_api.h