| LEADTOOLS DICOM C DLL Help > Function References > L_DicomWaveGrpFree | 
#include "Ltdic.h"
L_LTDIC_API L_VOID L_DicomWaveGrpFree(hDICOMWaveFormGroup)
| HDICOMWAVEFORMGROUP hDICOMWaveFormGroup; | /* a DICOM waveform group handle */ | 
Destroys the waveform group and frees the memory.
| Parameter | Description | 
| hDICOMWaveFormGroup | A DICOM waveform group handle | 
Returns
None.
Comments
This function frees the memory allocated by L_DicomWaveGrpCreate.
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.