typedef enum LBufferType
{
LBUFFER_TYPE_HGLOBAL,
LBUFFER_TYPE_LOCALALLOC,
LBUFFER_TYPE_BUFFER,
} LBufferType;
Reserved for future use. Internal enumeration used to indicate which type of buffer is contained in the LBuffer class. This is used internally and currently, all buffers are allocated with GlobalAlloc.
Member | Description |
---|---|
LBUFFER_TYPE_HGLOBAL | The memory was allocated with GlobalAlloc. |
LBUFFER_TYPE_LOCALALLOC | The memory was allocated with a local function, such as malloc. |
LBUFFER_TYPE_BUFFER | The buffer was allocated by LEADTOOLS. Free it by calling LBuffer::Free. |
This enumeration is not used at the moment. Currently, all buffers are allocated with GlobalAlloc.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document