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

Platforms

Win32, x64

See Also

Functions:

ACCEPTCALLBACK, CLOSECALLBACK, CONNECTCALLBACK, RECEIVECALLBACK, SENDCALLBACK, RECEIVEASSOCIATEREQUESTCALLBACK, RECEIVEASSOCIATEACCEPTCALLBACK, RECEIVEASSOCIATEREJECTCALLBACK, RECEIVEDATACALLBACK, RECEIVERELEASEREQUESTCALLBACK, RECEIVERELEASERESPONSECALLBACK, RECEIVEABORTCALLBACK, RECEIVECSTOREREQUESTCALLBACK, RECEIVECSTORERESPONSECALLBACK, RECEIVECFINDREQUESTCALLBACK, RECEIVECFINDRESPONSECALLBACK, RECEIVECGETREQUESTCALLBACK, RECEIVECGETRESPONSECALLBACK, RECEIVECMOVEREQUESTCALLBACK, RECEIVECMOVERESPONSECALLBACK, RECEIVECCANCELREQUESTCALLBACK, RECEIVECECHOREQUESTCALLBACK, RECEIVECECHORESPONSECALLBACK, RECEIVENREPORTREQUESTCALLBACK, RECEIVENREPORTRESPONSECALLBACK, RECEIVENGETREQUESTCALLBACK, RECEIVENGETRESPONSECALLBACK, RECEIVENSETREQUESTCALLBACK, RECEIVENSETRESPONSECALLBACK, RECEIVENACTIONREQUESTCALLBACK, RECEIVENACTIONRESPONSECALLBACK, RECEIVENCREATEREQUESTCALLBACK, RECEIVENCREATERESPONSECALLBACK, RECEIVENDELETEREQUESTCALLBACK, RECEIVENDELETERESPONSECALLBACK, RECEIVEUNKNOWNCALLBACK

Topics:

Working with DICOM Network Connections

Example

For an example, refer to L_DicomConnect.