Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> novtaskend()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NovTaskEnd()
------------------------------------------------------------------------------
 Purpose:
 Inform the NOVLIB .DLL that you have made your last function call.

 Syntax:
 NovTaskEnd()

 Parameters:
 None.

 Returns:
 Nothing.

 The CA-Clipper name for this function is:
 NovTaskEnd()

 Description:
 NovTaskEnd() is called to inform NOVLIB.DLL that you have made your last
 NOVLIB function call, and allows NOVLIB to free up memory associated with
 your program.

 Example:
 NovTaskEnd()      // Tell Novlib we are finished

 Notes:
 It is only strictly necessary to call this function when using
 NOVLIB.DLL. The static libraries contain a stub function for compatibility.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson