Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DICOM C DLL Help

L_DicomSetCallbackExt

Show in webframe

#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.

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

Platforms

Win32, x64, Linux.

See Also

Functions:

L_DicomCreateNet, L_DicomFreeNet, L_DicomStartup, PRIVATEKEYPASSWORD, L_DicomCreateNetExt, L_DicomSetClientCertificateTLS, L_DicomSetServerCertificateTLS, L_DicomSetCallback

Topics:

Working with DICOM Network Connections
Adding TLS Security to a DICOM Connection

DICOM Network Connection: Creating a Network Connection

DICOM Net: TLS Protocol

Example

For an example, refer to L_DicomCreateNetExt.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.