IPXV_AttachList::_NewEnum Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
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]]

Latest revision as of 03:47, 15 June 2015

Gets new enumerator for the attachments list.

Syntax

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

See Also

IPXV_AttachList