Terminates Demographics Library.
Syntax
intl DlTerm (DlId hLib)
Arguments
hLib
Handle for current instance of Demographics Library, as returned by DlInit. Input
Return Value
DL_SUCCESS
Notes
Frees memory allocated by DlInit and closes all files used by the Demographics Library. DlTerm is called at the conclusion of a session to close files and release other resources. Once this is done, all handles returned by Demographics Library are invalid. You must then reinitialize the Demographics library with DlInit before you can call Demographics Library functions.
See Also
DlInit, DlFileClose