IPXC_DocSrcInfo::FileName Property

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

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

See Also

IPXC_DocSrcInfo