L_DicomIsOptimizedMemorySendEnabled

Summary

Determines whether the use of optimized memory when sending files is enabled.

Syntax

#include "ltdic.h"

L_LTDIC_API L_BOOL L_DicomIsOptimizedMemorySendEnabled(hNet)

Parameters

HDICOMNET hNet

Handle to an existing DICOM Network. This is the handle returned from the L_DicomCreateNet function.

Returns

Value Meaning
TRUE The use of optimized memory when sending files is enabled.
FALSE The use of optimized memory when sending files is not enabled.

Comments

It is possible for the toolkit to allocate large memory buffers when sending a large file to a server. Use this function to control whether to optimize memory usage to the minimum possible.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.