IPXC_Action::IsValid Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Action::IsValid Property}}
 
{{#customTitle:IPXC_Action::IsValid Property}}
 +
{{#parentPage:PXV:IPXC_Action#Properties|IsValid|property}}
  
Property '''IsValid''' of interface [[PXV:IPXC_Action|IPXC_Action]] returns  Value of VARIANT_BOOL ...
+
Checks whether the action has the appropriate data for its correct work.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsValid([out, retval] VARIANT_BOOL* pIsValid);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsValid([out, retval] VARIANT_BOOL* pIsValid);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Action|IPXC_Action]].
+
[[PXV:IPXC_Action|IPXC_Action]]

Latest revision as of 08:01, 23 May 2015

Checks whether the action has the appropriate data for its correct work.

Syntax

HRESULT get_IsValid([out, retval]  VARIANT_BOOL*  pIsValid);

See Also

IPXC_Action