IPXC_CollectionFolder::Children Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Children([in]          ULONG                    Index,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Children([in]          ULONG                    nIndex,
                     [out, retval]  IPXC_CollectionFolder**  Folder);
+
                     [out, retval]  IPXC_CollectionFolder**  pFolder);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;Index
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_CollectionFolder|IPXC_CollectionFolder]]
 
[[PXV:IPXC_CollectionFolder|IPXC_CollectionFolder]]

Latest revision as of 03:21, 15 June 2015


Property Children of interface IPXC_CollectionFolder returns Pointer to IPXC_CollectionFolder ...

Syntax

HRESULT get_Children([in]           ULONG                    nIndex,
                     [out, retval]  IPXC_CollectionFolder**  pFolder);

Parameters

nIndex
[in] Value of ULONG.

See Also

IPXC_CollectionFolder