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                    nIndex,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Children([in]          ULONG                    Index,
                     [out, retval]  IPXC_CollectionFolder**  pFolder);
+
                     [out, retval]  IPXC_CollectionFolder**  Folder);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nIndex
+
;Index
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_CollectionFolder|IPXC_CollectionFolder]]
 
[[PXV:IPXC_CollectionFolder|IPXC_CollectionFolder]]

Revision as of 06:57, 12 June 2015


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

Syntax

HRESULT get_Children([in]           ULONG                    Index,
                     [out, retval]  IPXC_CollectionFolder**  Folder);

Parameters

Index
[in] Value of ULONG.

See Also

IPXC_CollectionFolder