L_DicomServerClose

Summary

Closes a client HDICOMNET connection in a multi-threaded environment.

Syntax

#include "ltdic.h"

L_LTDIC_API L_VOID L_DicomServerClose(hNet)

Parameters

HDICOMNET hNet

A DICOM Network handle to the peer member of the connection.

Returns

None.

Comments

This function should only be called from the server hNet, and not the client hNet. It sends a message to the listening server that the client connection is closed. The connection is not actually closed until the server hNet receives the OnClose. This is used in a multi-threaded environment to close the connection with the client in a thread-safe way.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

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 API Help

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