IPXV_Plugin::ImportAdditionalData Method

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

Jump to: navigation, search


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.