L_DicomShutDown

#include "ltdic.h"

L_LTDIC_API L_VOID L_DicomShutDown()

Shuts down the LEADTOOLS DICOM DLL. This function is available in the PACS Imaging Toolkit.

Returns

None.

Comments

This function shuts down the LEADTOOLS DICOM DLL. This must be the last function that is called to free up any memory that is associated with the DICOM DLL. No other DICOM Communication functions can be used after L_DicomShutDown is called. If you wish to use other functions after calling this function, L_DicomStartUp must be called again.

You must initialize the LEADTOOLS DICOM DLL using L_DicomStartUp before calling this function.

Required DLLs and Libraries

LTDIC

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

Platforms

Win32, x64, Linux.

See Also

Functions:

L_DicomStartUp, L_DicomCreateNet, L_DicomFreeNet

Topics:

Working with DICOM Network Connections

Example

For an example, refer to L_DicomCreateNet.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS DICOM C API Help