Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 576 Bytes

sbputerm1.md

File metadata and controls

23 lines (19 loc) · 576 Bytes
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: sbputerm
sbputerm1
11/30/2017
host-integration-server
article

sbputerm

The sbputerm function must be called when the application terminates. It frees the DL-BASE and Dynamic Access Module (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.

Syntax

  
VOID sbputerm(  
void  
);