IPXV_Plugin::ExportAdditionalData Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT ExportAdditionalData([in]  IAFS_Name*  pPathToAppData,
+
<pre class="brush:cpp;gutter:false">HRESULT ExportAdditionalData([in]  IAFS_Name*  PathToAppData,
                             [in]  IAFS_Name*  pPathToUserData);</pre>
+
                             [in]  IAFS_Name*  PathToUserData);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pPathToAppData
+
;PathToAppData
 
:[in]  Pointer to [[PXV:IAFS_Name|IAFS_Name]]. Specifies a path where application level resources should be stored.
 
:[in]  Pointer to [[PXV:IAFS_Name|IAFS_Name]]. Specifies a path where application level resources should be stored.
;pPathToUserData
+
;PathToUserData
 
:[in]  Pointer to [[PXV:IAFS_Name|IAFS_Name]]. Specifies a path where user level resources should be stored.
 
:[in]  Pointer to [[PXV:IAFS_Name|IAFS_Name]]. Specifies a path where user level resources should be stored.
  

Revision as of 07:42, 12 June 2015


Exports plugin's specific additional data (files, etc.) during exporting Editor's settings. Editor provides a temporary location where resources should be stored, and than copied them into the storage used for exporting entire editors settings.

Syntax

HRESULT ExportAdditionalData([in]  IAFS_Name*  PathToAppData,
                             [in]  IAFS_Name*  PathToUserData);

Parameters

PathToAppData
[in] Pointer to IAFS_Name. Specifies a path where application level resources should be stored.
PathToUserData
[in] Pointer to IAFS_Name. Specifies a path where user level resources should be stored.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Plugin, ImportAdditionalData