diff 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
line wrap: on
line diff
--- a/Plugins/OrthancCPlugin/OrthancCPlugin.h	Wed Sep 10 17:20:56 2014 +0200
+++ b/Plugins/OrthancCPlugin/OrthancCPlugin.h	Thu Sep 11 10:00:46 2014 +0200
@@ -1521,7 +1521,9 @@
    * i.e. inside the OrthancPluginInitialize() public function.
    * 
    * @param context The Orthanc plugin context, as received by OrthancPluginInitialize().
-   * @param 
+   * @param create The callback function to store a file on the custom storage area.
+   * @param read The callback function to read a file from the custom storage area.
+   * @param remove The callback function to remove a file from the custom storage area.
    **/
   ORTHANC_PLUGIN_INLINE void OrthancPluginRegisterStorageArea(
     OrthancPluginContext*       context,