LDicomNet::ShutDown

Summary

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

Syntax

#include "ltdic.h"

static L_VOID LDicomNet::ShutDown()

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 Network operations function can be used after LDicomNet::ShutDown is called. If you wish to use other functions after calling this function, LDicomNet::StartUp must be called again.

You must initialize the LEADTOOLS DICOM DLL using LDicomNet::StartUp before calling this function.

Required DLLs and Libraries

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomNet::SendCEchoRequest.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.