IPXC_DocSrcInfo::FileName Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_DocSrcInfo::FileName Property}} | {{#customTitle:IPXC_DocSrcInfo::FileName Property}} | ||
{{#parentPage:PXV:IPXC_DocSrcInfo#Properties|FileName|property}} | {{#parentPage:PXV:IPXC_DocSrcInfo#Properties|FileName|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property '''FileName''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns | + | Property '''FileName''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns Pointer to [[PXV:IAFS_Name|IAFS_Name]] containing source document's file name. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_FileName([out, retval] | + | <pre class="brush:cpp;gutter:false">HRESULT get_FileName([out, retval] IAFS_Name** pVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] | [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] |
Latest revision as of 02:19, 16 March 2016
Property FileName of interface IPXC_DocSrcInfo returns Pointer to IAFS_Name containing source document's file name.
Syntax
HRESULT get_FileName([out, retval] IAFS_Name** pVal);