IPXC_GoToETargetItem::PageDestName Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
Property '''PageDestName''' of interface [[PXV:IPXC_GoToETargetItem|IPXC_GoToETargetItem]] returns/sets Value of BSTR ... | Property '''PageDestName''' of interface [[PXV:IPXC_GoToETargetItem|IPXC_GoToETargetItem]] returns/sets Value of BSTR ... | ||
+ | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_PageDestName([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_PageDestName([out, retval] BSTR* ppDestName); |
− | HRESULT put_PageDestName([in] BSTR | + | HRESULT put_PageDestName([in] BSTR ppDestName); |
</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 PageDestName of interface IPXC_GoToETargetItem returns/sets Value of BSTR ...
Syntax
HRESULT get_PageDestName([out, retval] BSTR* ppDestName); HRESULT put_PageDestName([in] BSTR ppDestName);
See Also
See also IPXC_GoToETargetItem.