IPXC_Document::CreateFileSpec Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 12: | Line 12: | ||
[in] IAFS_Name* pName, | [in] IAFS_Name* pName, | ||
[in] IAFS_Name* pRelName, | [in] IAFS_Name* pRelName, | ||
− | [out, retval] IPXC_FileSpec** | + | [out, retval] IPXC_FileSpec** pSpec);</pre> |
== Parameters == | == Parameters == | ||
Line 21: | Line 21: | ||
;pRelName | ;pRelName | ||
:[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]]. | :[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]]. | ||
− | ; | + | ;pSpec |
:[out, retval] Pointer to [[PXV:IPXC_FileSpec|IPXC_FileSpec]]. | :[out, retval] Pointer to [[PXV:IPXC_FileSpec|IPXC_FileSpec]]. | ||
Revision as of 01:14, 4 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT CreateFileSpec([in] IAFS_FileSys* pFS, [in] IAFS_Name* pName, [in] IAFS_Name* pRelName, [out, retval] IPXC_FileSpec** pSpec);
Parameters
- pFS
- [in] Pointer to IAFS_FileSys.
- pName
- [in] Pointer to IAFS_Name.
- pRelName
- [in] Pointer to IAFS_Name.
- pSpec
- [out, retval] Pointer to IPXC_FileSpec.
Return Value
Returns S_OK if operation was successful or error code in other cases.