Installs an end-form function for the form
| Call | |
| #include <vv_form.h> | |
| void sfm_endfp(end_fp, fmp) | |
|
int (*end_fp)() |
Pointer to end-form function or NULLFP |
| FORMPTR fmp | Pointer to a data or menu form |
| Returns
None |
|
| Description
sfm_endfp() stores the given pointer to the end-form function pointer member of the form structure. The specified function will be called the next time the form is exited or quit. If the specified function pointer is NULLFP, no function is called. |
|
| Related Functions
sf_begfp(), sf_endfp(), sfm_begfp(), ssr_begfp(), ssr_begrowfp(), ssr_endfp(), ssr_endrowfp() |
|
| Cautions
sfm_endfp() is a macro and does no error checking. Macros are not listed by the VCS error reporting system. |
|