L_DicomSetCallbackExt
#include "ltdic.h"
L_LTDIC_API L_VOID L_DicomSetCallbackExt(hNet, pCallbackExt)
HDICOMNET hNet; |
/* a DICOM Network handle */ |
pDICOMNETCALLBACKEXT pCallbackExt; |
/* pointer to a structure */ |
Sets up non-communication-related callback functions. This function is available in the Medical Suite Toolkit.
Parameter |
Description |
hNet |
A DICOM Network handle. |
pCallbackExt |
Pointer to a structure that contains information about the callback function being set. |
Returns
None.
Comments
Use the L_DicomSetCallbackExt function to set up non-communication-related callback functions. To set up callback functions that will be used by a Service Class Provider (SCP) or Service Class User (SCU), use the L_DicomSetCallback 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_DicomCreateNetExt.