IPXC_DocSrcInfo::TempFileName Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_DocSrcInfo::TempFileName Property}} | {{#customTitle:IPXC_DocSrcInfo::TempFileName Property}} | ||
− | {{#parentPage:PXV:IPXC_DocSrcInfo|TempFileName | + | {{#parentPage:PXV:IPXC_DocSrcInfo#Properties|TempFileName|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''TempFileName''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns Value of BSTR | + | Property '''TempFileName''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns Value of BSTR containing the name of the document's [[PXV:IAFS_File|source file]] TempFileName property. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_TempFileName([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_TempFileName([out, retval] BSTR* sVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] | + | [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] |
Latest revision as of 03:54, 16 March 2016
Property TempFileName of interface IPXC_DocSrcInfo returns Value of BSTR containing the name of the document's source file TempFileName property.
Syntax
HRESULT get_TempFileName([out, retval] BSTR* sVal);