Orthanc Plugin SDK
1.12.4
Documentation of the plugin interface of Orthanc
|
A 32-bit memory buffer allocated by the core system of Orthanc. More...
#include <OrthancCPlugin.h>
Public Attributes | |
void * | data |
The content of the buffer. | |
uint32_t | size |
The number of bytes in the buffer. | |
A memory buffer allocated by the core system of Orthanc. When the content of the buffer is not useful anymore, it must be free by a call to OrthancPluginFreeMemoryBuffer().