ICabNode::_NewEnum Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:ICabNode::_NewEnum Property}}
 
{{#customTitle:ICabNode::_NewEnum Property}}
 +
{{#parentPage:PXV:ICabNode#Properties|_NewEnum|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''_NewEnum''' of interface [[PXV:ICabNode|ICabNode]] returns  Pointer to IUnknown* ...
 
Property '''_NewEnum''' of interface [[PXV:ICabNode|ICabNode]] returns  Pointer to IUnknown* ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get__NewEnum([out, retval] IUnknown** pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get__NewEnum([out, retval] IUnknown** pVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:ICabNode|ICabNode]].
+
[[PXV:ICabNode|ICabNode]]

Latest revision as of 03:13, 15 June 2015


Property _NewEnum of interface ICabNode returns Pointer to IUnknown* ...

Syntax

HRESULT get__NewEnum([out, retval]  IUnknown**  pVal);

See Also

ICabNode