IPXC_DocSrcInfo::FileName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{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]  BSTRppVal);
+
<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 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