IObjCollection::_NewEnum Property

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

Latest revision as of 03:18, 15 June 2015


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

Syntax

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

See Also

IObjCollection