NotesTermThread
Function : Main Routines
NotesTermThread - Thread shutdown routine.
#include <global.h>
void LNPUBLIC NotesTermThread(
void);
Each thread that calls NotesInitThread() must also call NotesTermThread() before the thread terminates. NotesTermThread() will free resources allocated by Domino or Notes for that thread.
Parameters :
Output : (routine) - None.
See Also : NotesInitExtended NotesTerm NotesInitThread