IWords::_NewEnum Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IWords::_NewEnum Property}}
 
{{#customTitle:IWords::_NewEnum Property}}
{{#parentPage:PXV:IWords|_NewEnum Property|property}}
+
{{#parentPage:PXV:IWords#Properties|_NewEnum|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''_NewEnum''' of interface [[PXV:IWords|IWords]] returns  Pointer to IUnknown* ...
+
 
 +
Gets new enumerator for the words list.
  
 
== 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 ==
[[PXV:IWords|IWords]].
+
[[PXV:IWords|IWords]]

Latest revision as of 16:15, 16 June 2015


Gets new enumerator for the words list.

Syntax

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

See Also

IWords