IPXC_DocSrcInfo::TempFileName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocSrcInfo::TempFileName Property}}
 
{{#customTitle:IPXC_DocSrcInfo::TempFileName Property}}
{{#parentPage:PXV:IPXC_DocSrcInfo|TempFileName Property|property}}
+
{{#parentPage:PXV:IPXC_DocSrcInfo#Properties|TempFileName|property}}
{{ToWrite}}
+
 
{{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*  ppVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_TempFileName([out, retval]  BSTR*  sVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]].
+
[[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]]

Latest revision as of 04: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);

See Also

IPXC_DocSrcInfo