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

Revision as of 07:06, 12 June 2015


Property ItemValue of interface IPXC_NumberTree returns Pointer to IPXS_PDFVariant ...

Syntax

HRESULT get_ItemValue([in]           ULONG              Index,
                      [out, retval]  IPXS_PDFVariant**  Value);

Parameters

Index
[in] Value of ULONG.

See Also

IPXC_NumberTree