LDicomContextGroup::Reset
#include "ltdic.h"
static L_VOID LDicomContextGroup::Reset()
Deletes all the Context Groups from the Context Group Table.
Returns
None.
Comments
Use the LDicomContextGroup::Load and LDicomContextGroup::Insert functions to add Context Groups to the Context Group Table. Use the Reset function to delete all the Context Groups in the table. To delete a single Context Group from the table, use the LDicomContextGroup::Delete 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: |
LDicomContextGroup::Load, LDicomContextGroup::Insert, LDicomContextGroup::Delete, LDicomContextGroup::Default, Class Members |
Topics: |
Example
For an example, refer to LDicomContextGroup::GetFirst.