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)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NumberTree::ItemValue Property}}
 
{{#customTitle:IPXC_NumberTree::ItemValue Property}}
{{#parentPage:PXV:IPXC_NumberTree#Properties|ItemValue Property|property}}
+
{{#parentPage:PXV:IPXC_NumberTree#Properties|ItemValue|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 10:
 
== 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              nIndex,
                       [out, retval]  IPXS_PDFVariant**  ppValue);
+
                       [out, retval]  IPXS_PDFVariant**  pValue);
 
</pre>
 
</pre>
  

Latest revision as of 03:31, 15 June 2015


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

Syntax

HRESULT get_ItemValue([in]           ULONG              nIndex,
                      [out, retval]  IPXS_PDFVariant**  pValue);

Parameters

nIndex
[in] Value of ULONG.

See Also

IPXC_NumberTree