Application library ApplInit() ApplName()
Programming guideline of WinDom

ApplExit()

NAME

ApplExit - Terminate a WinDom session.

PROTOTYPAGE

int ApplExit( void);

PARAMETRES

return: error code.

DESCRIPTION

This function is the last call of a WinDom program. It replaces the appl_exit() function and release the memory reserved by the ApplInit() function.

SEE ALSO

ApplInit()