IPXV_Plugin::ExportAdditionalData Method

From PDF XChange PDF SDK
Revision as of 06:49, 20 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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*  pPathToAppData,
                             [in]  IAFS_Name*  pPathToUserData);

Parameters

pPathToAppData
[in] Pointer to IAFS_Name. Specifies a path where application level resources should be stored.
pPathToUserData
[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.