Mercurial > hg > orthanc-python
view CodeAnalysis/CustomFunctions.json @ 185:7e8085f80df5 java-code-model
simplification
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 02 Jul 2024 15:51:35 +0200 |
parents | d31f216c9462 |
children | 30ed49f2487f |
line wrap: on
line source
[ { "c_function" : "OrthancPluginCreateMemoryBuffer", "args" : [ { "name" : "arg0", "sdk_name" : "size", "sdk_type" : "uint32_t" } ], "documentation" : { "args" : { "size" : "Size of the memory buffer to be created" }, "return" : "The newly allocated memory buffer", "description" : [ "Create a new memory buffer managed by the Orthanc core" ] }, "return_sdk_type" : "OrthancPluginMemoryBuffer *" } ]