L_DicomWaveGrpReset

#include "Ltdic.h"

L_VOID EXT_FUNCTION L_DicomWaveGrpReset(hDICOMWaveFormGroup)

HDICOMWAVEFORMGROUP hDICOMWaveFormGroup;

/* a DICOM waveform group handle*/

Frees any resources associated with the DICOM waveform group handle and resets its data.

Parameter

Description

hDICOMWaveFormGroup

A DICOM waveform group handle

Returns

None.

Comments

This function doesn’t free the DICOM waveform group handle itself. For that, you need to call the L_DicomWaveGrpFree 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

See Also

Functions:

L_DicomWaveGrpFree

Topics:

Working with DICOM Waveforms

 

 

Example

For an example, refer to L_DicomChannelSetSamples8.