LDicomNet::IsOptimizedMemorySendEnabled

Summary

Gets a value that indicates whether optimized memory sending is enabled.

Syntax

#include "ltdic.h"

L_BOOL LDicomNet::IsOptimizedMemorySendEnabled()

Returns

Value Meaning
TRUE Optimized memory sending is enabled.
FALSE Optimized memory sending is disabled.

Comments

When sending a huge file to a server, the toolkit might allocate big memory buffers, use this function to optimize the memory usage to a minimum possible. However, security mode should be set to DICOM_SECURE_NONE for this option to work.

Required DLLs and Libraries

Platforms

Win32, x64

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++ Class Library Help

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