|  | Orthanc Plugin SDK 1.11.1
    Documentation of the plugin interface of Orthanc | 
A 64-bit memory buffer allocated by the core system of Orthanc. More...
#include <OrthancCPlugin.h>
| Public Attributes | |
| void * | data | 
| The content of the buffer. | |
| uint64_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 OrthancPluginFreeMemoryBuffer64().