IPXC_GoToETargetItem::FileName Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_GoToETargetItem::FileName Property}}
 
{{#customTitle:IPXC_GoToETargetItem::FileName Property}}
 +
{{#parentPage:PXV:IPXC_GoToETargetItem#Properties|FileName|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''FileName''' of interface [[PXV:IPXC_GoToETargetItem|IPXC_GoToETargetItem]] returns/sets  Value of BSTR ...
 
Property '''FileName''' of interface [[PXV:IPXC_GoToETargetItem|IPXC_GoToETargetItem]] returns/sets  Value of BSTR ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FileName([out, retval] BSTR* pFileName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FileName([out, retval] BSTR* ppFileName);
HRESULT put_FileName([in] BSTR pFileName);
+
HRESULT put_FileName([in] BSTR ppFileName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_GoToETargetItem|IPXC_GoToETargetItem]].
+
[[PXV:IPXC_GoToETargetItem|IPXC_GoToETargetItem]]

Latest revision as of 08:32, 23 May 2015


Property FileName of interface IPXC_GoToETargetItem returns/sets Value of BSTR ...

Syntax

HRESULT get_FileName([out, retval]  BSTR*  ppFileName);
HRESULT put_FileName([in]  BSTR  ppFileName);

See Also

IPXC_GoToETargetItem