L_DicomResetContextGroup
#include "ltdic.h"
L_VOID EXT_FUNCTION L_DicomResetContextGroup()
Deletes all the Context Groups from the Context Group Table.
Returns
None.
Comments
Use the L_DicomLoadContextGroup and L_DicomInsertContextGroup functions to add Context Groups to the Context Group Table. You can use the function L_DicomResetContextGroup to delete all the Context Groups in the table, or the L_DicomDeleteContextGroup function to delete a single Context Group from the table.
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_DicomLoadContextGroup, L_DicomInsertContextGroup, L_DicomDeleteContextGroup, L_DicomDefaultContextGroup |
Topics: |
Example
For an example, refer to L_DicomGetFirstContextGroup.