IPXC_Document::CreateFileSpec2 Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CreateFileSpec2([in]           LPWSTR           pDIFileName,
                        [in]           LPWSTR           pFSName,
                        [out, retval]  IPXC_FileSpec**  pSpec);

Parameters

pDIFileName
[in] Value of LPWSTR.
pFSName
[in] Value of LPWSTR.
pSpec
[out, retval] Pointer to IPXC_FileSpec.

Return Value

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

See Also

IPXC_Document