IPXV_Plugin::ImportAdditionalData Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Plugin::ImportAdditionalData Method}}
 
{{#customTitle:IPXV_Plugin::ImportAdditionalData Method}}
{{#parentPage:PXV:IPXV_Plugin|method}}
+
{{#parentPage:PXV:IPXV_Plugin#Methods|ImportAdditionalData|method}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 7: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT ImportAdditionalData([in] IAFS_Name* pPathToAppData, [in] IAFS_Name* pPathToUserData);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT ImportAdditionalData([in] IAFS_Name* pPathToAppData,
 +
                            [in] IAFS_Name* pPathToUserData);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pPathToAppData''
+
;pPathToAppData
 
:[in]  Pointer to [[PXV:IAFS_Name|IAFS_Name]]. Specifies a path where application level resources are located.
 
:[in]  Pointer to [[PXV:IAFS_Name|IAFS_Name]]. Specifies a path where application level resources are located.
;''pPathToUserData''
+
;pPathToUserData
 
:[in]  Pointer to [[PXV:IAFS_Name|IAFS_Name]]. Specifies a path where user level resources are located.
 
:[in]  Pointer to [[PXV:IAFS_Name|IAFS_Name]]. Specifies a path where user level resources are located.
  
Line 19: Line 21:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Plugin|IPXV_Plugin]], [[PXV:IPXV_Plugin_ExportAdditionalData|ExportAdditionalData]].
+
[[PXV:IPXV_Plugin|IPXV_Plugin]], [[PXV:IPXV_Plugin_ExportAdditionalData|ExportAdditionalData]]

Latest revision as of 04:06, 15 June 2015


Import plugin's specific additional data during importing Editor's settings.

Syntax

HRESULT ImportAdditionalData([in]  IAFS_Name*  pPathToAppData,
                             [in]  IAFS_Name*  pPathToUserData);

Parameters

pPathToAppData
[in] Pointer to IAFS_Name. Specifies a path where application level resources are located.
pPathToUserData
[in] Pointer to IAFS_Name. Specifies a path where user level resources are located.

Return Value

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

See Also

IPXV_Plugin, ExportAdditionalData