comparison Plugins/OrthancCPlugin/OrthancCPlugin.h @ 1141:2ff467bcfb98

doc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Sep 2014 10:00:46 +0200
parents d9c27f9f1a51
children 0479d02c6778
comparison
equal deleted inserted replaced
1140:94c5f6623b3a 1141:2ff467bcfb98
1519 * built-in way Orthanc stores its files on the filesystem. This 1519 * built-in way Orthanc stores its files on the filesystem. This
1520 * function must be called during the initialization of the plugin, 1520 * function must be called during the initialization of the plugin,
1521 * i.e. inside the OrthancPluginInitialize() public function. 1521 * i.e. inside the OrthancPluginInitialize() public function.
1522 * 1522 *
1523 * @param context The Orthanc plugin context, as received by OrthancPluginInitialize(). 1523 * @param context The Orthanc plugin context, as received by OrthancPluginInitialize().
1524 * @param 1524 * @param create The callback function to store a file on the custom storage area.
1525 * @param read The callback function to read a file from the custom storage area.
1526 * @param remove The callback function to remove a file from the custom storage area.
1525 **/ 1527 **/
1526 ORTHANC_PLUGIN_INLINE void OrthancPluginRegisterStorageArea( 1528 ORTHANC_PLUGIN_INLINE void OrthancPluginRegisterStorageArea(
1527 OrthancPluginContext* context, 1529 OrthancPluginContext* context,
1528 OrthancPluginStorageCreate create, 1530 OrthancPluginStorageCreate create,
1529 OrthancPluginStorageRead read, 1531 OrthancPluginStorageRead read,