| LEADTOOLS DICOM C DLL Help > Function References > L_DicomChannelFree | 
#include "Ltdic.h"
L_LTDIC_API L_VOID L_DicomChannelFree(hDICOMWaveFormChannel)
| HDICOMWAVEFORMCHANNEL hDICOMWaveFormChannel; | /* a DICOM waveform channel handle */ | 
Destroys the waveform channel and frees the memory.
| Parameter | Description | 
| hDICOMWaveFormChannel | A DICOM waveform channel handle | 
Returns
None.
Comments
This function frees the memory allocated by L_DicomChannelCreate.
Required DLLs and Libraries
| 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, Linux.
See Also
| Functions: | 
| Topics: | 
Example
For an example, refer to L_DicomChannelSetSamples8.