L_DicomFreeAssociate

#include "ltdic.h"

L_LTDIC_API L_VOID L_DicomFreeAssociate(hPDU)

HDICOMPDU hPDU;

/* a DICOM Associate handle */

Frees the memory allocated for the specified DICOM Associate.

Parameter

Description

hPDU

A DICOM Associate handle.

Returns

None.

Comments

This function frees the memory allocated using L_DicomCreateAssociate, and should be called after the DICOM Associate Connection has been closed. For more information, refer to Closing a DICOM Associate Connection.

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

See Also

Functions:

L_DicomCreateAssociate

Topics:

Working with DICOM Associate Connections

 

Closing a DICOM Associate Connection

 

Creating a DICOM Associate Connection

Example

For an example, refer to L_DicomCreateAssociate.