IPXV_AttachList::_NewEnum Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_AttachList::_NewEnum Property}}
 
{{#customTitle:IPXV_AttachList::_NewEnum Property}}
 
{{#parentPage:PXV:IPXV_AttachList#Properties|_NewEnum|property}}
 
{{#parentPage:PXV:IPXV_AttachList#Properties|_NewEnum|property}}
 
  
 
Gets new enumerator for the attachments list.
 
Gets new enumerator for the attachments 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:IPXV_AttachList|IPXV_AttachList]]
 
[[PXV:IPXV_AttachList|IPXV_AttachList]]

Revision as of 02:33, 4 June 2015

Gets new enumerator for the attachments list.

Syntax

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

See Also

IPXV_AttachList