ICabNode::Valid Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:ICabNode::Valid Property}}
 
{{#customTitle:ICabNode::Valid Property}}
{{#parentPage:PXV:ICabNode#Properties|Valid Property|property}}
+
{{#parentPage:PXV:ICabNode#Properties|Valid|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Valid([out, retval]  VARIANT_BOOL*  pValue);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Valid([out, retval]  VARIANT_BOOL*  bVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:ICabNode|ICabNode]].
+
[[PXV:ICabNode|ICabNode]]

Latest revision as of 03:13, 15 June 2015


Property Valid of interface ICabNode returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_Valid([out, retval]  VARIANT_BOOL*  bVal);

See Also

ICabNode