IPXC_Action_Goto::IsNamedDest Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Action_Goto::IsNamedDest Property}} | {{#customTitle:IPXC_Action_Goto::IsNamedDest Property}} | ||
− | {{#parentPage:PXV:IPXC_Action_Goto|property}} | + | {{#parentPage:PXV:IPXC_Action_Goto|IsNamedDest Property|property}} |
{{ToReview}} | {{ToReview}} | ||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_IsNamedDest([out, retval] VARIANT_BOOL* pVal); | + | <pre class="brush:cpp;gutter:false">HRESULT get_IsNamedDest([out, retval] VARIANT_BOOL* pVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_Action_Goto|IPXC_Action_Goto]]. | See also [[PXV:IPXC_Action_Goto|IPXC_Action_Goto]]. |
Revision as of 04:54, 23 April 2015
Gets whether the action has a named destination set. If the named destination parameter is not set or the named destination string is empty pVal will be equal to VARIANT_FALSE.
Syntax
HRESULT get_IsNamedDest([out, retval] VARIANT_BOOL* pVal);
See Also
See also IPXC_Action_Goto.