| 
 | Available in LEADTOOLS Medical Imaging toolkits. | 
L_DicomSetCallback
#include "ltdic.h"
L_LTDIC_API L_VOID L_DicomSetCallback(hNet, pCallback)
| HDICOMNET hNet; | /* a DICOM Network handle */ | 
| pDICOMNETCALLBACK pCallback; | /* pointer to a structure */ | 
Sets the callback functions to be used. This function is available in the PACS Imaging Toolkit.
| Parameter | Description | 
| hNet | A DICOM Network handle. | 
| pCallback | Pointer to a structure that contains the callback functions to set. | 
Returns
None.
Comments
Any callback function that will be used by an SCU or an SCP must be set using this 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
Example
For an example, refer to L_DicomConnect.