LDicomNet::GetDefaultSocketOptions

#include "ltdic.h"

L_INT LDicomNet::GetDefaultSocketOptions(pOptions, uStructSize)

pDICOMSOCKETOPTIONS pOptions;

pointer to a structure

L_UINT uStructSize;

size of the DICOMSOCKETOPTIONS structure

Gets the default socket options. This feature is available in version 16 or higher.

Parameter

Description

pOptions

Pointer to a structure that contains the options to used when creating a socket for DICOM communication

uStructSize

Size in bytes, of the structure pointed to by pOptions, for versioning. Use sizeof(DICOMSOCKETOPTIONS).

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

This method is used to get the default socket options that will be used when calling LDicomNet::Connect on a LDicomNet object. The default socket options are the options used if you call LDicomNet::Connect without first calling LDicomNet::SetSocketOptions.

This method always returns the same values. This method is different from LDicomNet::GetSocketOptions which returns the socket options used when LDicomNet::SetSocketOptions was last called.

Internally, the socket is created when calling LDicomNet::Connect.

For more information about sockets, see the MSDN Winsock documentation.

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS DICOM C++ Class Library Help