LBuffer::GetData (original) (raw)
Summary
Retrieves a pointer to the class object's buffer.
Syntax
#include "ltwrappr.h"
L_UCHAR* LBuffer::GetData()
Returns
The actual pointer to the allocated LEAD buffer (not a copy). The pointer is valid for as long as the class is valid or until the class buffer is resized. Do not attempt to free this pointer: it will be freed automatically when the class is destroyed.
Comments
Get the size of the buffer by calling LBuffer::GetSize().
Required DLLs and Libraries
- LTDIS
- 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
See Also
LEADTOOLS Raster Imaging C++ Class Library Help