IObjCollection::_NewEnum Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IObjCollection::_NewEnum Property}}
 
{{#customTitle:IObjCollection::_NewEnum Property}}
{{#parentPage:PXV:IObjCollection|property}}
+
{{#parentPage:PXV:IObjCollection|_NewEnum Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
 
Property '''_NewEnum''' of interface [[PXV:IObjCollection|IObjCollection]] returns  Pointer to IUnknown* ...
 
Property '''_NewEnum''' of interface [[PXV:IObjCollection|IObjCollection]] returns  Pointer to IUnknown* ...
 
  
 
== 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** ppUnkOut);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IObjCollection|IObjCollection]].
 
See also [[PXV:IObjCollection|IObjCollection]].

Revision as of 05:52, 23 April 2015


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

Syntax

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

See Also

See also IObjCollection.