IPXC_GoToETargetItem::FileName Property
From PDF XChange PDF SDK
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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_FileName([out, retval] BSTR* ppFileName); |
− | HRESULT put_FileName([in] BSTR | + | 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 08: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.