IPXC_GoToETargetItem::FileName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 6: Line 6:
  
 
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]].
 
See also [[PXV:IPXC_GoToETargetItem|IPXC_GoToETargetItem]].

Revision as of 09:12, 21 April 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

See also IPXC_GoToETargetItem.