ICabNode::Valid Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:ICabNode::Valid Property}} | {{#customTitle:ICabNode::Valid Property}} | ||
+ | {{#parentPage:PXV:ICabNode#Properties|Valid|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''Valid''' of interface [[PXV:ICabNode|ICabNode]] returns Value of VARIANT_BOOL ... | Property '''Valid''' of interface [[PXV:ICabNode|ICabNode]] returns Value of VARIANT_BOOL ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Valid([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Valid([out, retval] VARIANT_BOOL* bVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:ICabNode|ICabNode]] |
Latest revision as of 02:13, 15 June 2015
Property Valid of interface ICabNode returns Value of VARIANT_BOOL ...
Syntax
HRESULT get_Valid([out, retval] VARIANT_BOOL* bVal);