IPXS_PDFVariant::Arr_GetType Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_PDFVariant::Arr_GetType Method}}
 
{{#customTitle:IPXS_PDFVariant::Arr_GetType Method}}
{{#parentPage:PXV:IPXS_PDFVariant|Arr_GetType Method|method}}
+
{{#parentPage:PXV:IPXS_PDFVariant#Methods|Arr_GetType|method}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 9: Line 9:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT Arr_GetType([in]          ULONG                nIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT Arr_GetType([in]          ULONG                nIndex,
                     [out, retval]  PXS_PDFVariantType*  pItemType);</pre>
+
                     [out, retval]  PXS_PDFVariantType*  nItemType);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
 
:[in] Specifies the index of the array element.
 
:[in] Specifies the index of the array element.
;pItemType
+
;nItemType
 
:[out, retval]  Pointer to [[PXV:PXS_PDFVariantType|PXS_PDFVariantType]] that receives element type. If '''nIndex''' parameter is out of range type will be <code>PVT_INVALID</code>.
 
:[out, retval]  Pointer to [[PXV:PXS_PDFVariantType|PXS_PDFVariantType]] that receives element type. If '''nIndex''' parameter is out of range type will be <code>PVT_INVALID</code>.
  
Line 21: Line 21:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]].
+
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]

Latest revision as of 03:42, 15 June 2015


Return type of array element.

Syntax

HRESULT Arr_GetType([in]           ULONG                nIndex,
                    [out, retval]  PXS_PDFVariantType*  nItemType);

Parameters

nIndex
[in] Specifies the index of the array element.
nItemType
[out, retval] Pointer to PXS_PDFVariantType that receives element type. If nIndex parameter is out of range type will be PVT_INVALID.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXS_PDFVariant