sbputerm

The sbputerm function must be called when the application terminates. It frees the DL-BASE/DMOD resources used by the application.

For Win32, do not call sbputerm from an entry point in a detached DLL process because it may cause a deadlock inside the SNADMOD.DLL.

Win32

VOID sbputerm(void);

MS-DOS, Windows Version 3.x, and OS/2

VOID FAR sbputerm(void);