#include "ltdic.h"
virtual L_VOID LDicomNet::OnClose(nError, pNet)
L_INT nError; |
error code |
LDicomNet *pNet; |
a DICOM Network object |
Notifies a member of a connection that the connection was closed. This function is available in the PACS Imaging Toolkit.
Parameter |
Description |
nError |
Error code. Refer to Return Codes. |
pNet |
The DICOM Network object for the peer member of the connection. |
None.
A call to this function is generated by a call to LDicomNet::Close. The LDicomNet::OnClose function is useful to both SCUs and SCPs.
To customize this function, you must derive a class from LDicomNet and override 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 |
Win32, x64
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET