IPXC_Action_Goto::DestName Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Action_Goto::DestName Property}} | {{#customTitle:IPXC_Action_Goto::DestName Property}} | ||
+ | {{#parentPage:PXV:IPXC_Action_Goto#Properties|DestName|property}} | ||
− | Gets/sets named destination. | + | Gets/sets named destination. When the action does not have a named destination parameter, the pDestName will be an empty string. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_DestName([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_DestName([out, retval] BSTR* ppDestName); |
− | HRESULT put_DestName([in] BSTR | + | HRESULT put_DestName([in] BSTR ppDestName); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Action_Goto|IPXC_Action_Goto]] |
Latest revision as of 07:01, 23 May 2015
Gets/sets named destination. When the action does not have a named destination parameter, the pDestName will be an empty string.
Syntax
HRESULT get_DestName([out, retval] BSTR* ppDestName); HRESULT put_DestName([in] BSTR ppDestName);