IPXS_PDFVariant::Arr_GetType Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IPXS_PDFVariant::Arr_GetType Method}}
 
{{#customTitle:IPXS_PDFVariant::Arr_GetType Method}}
 
{{#parentPage:PXV:IPXS_PDFVariant|Arr_GetType Method|method}}
 
{{#parentPage:PXV:IPXS_PDFVariant|Arr_GetType Method|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Return type of array element.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in] Value of ULONG.
+
:[in] Specifies the index of the array element.
 
;pItemType
 
;pItemType
:[out, retval]  Pointer to [[PXV:PXS_PDFVariantType|PXS_PDFVariantType]].
+
:[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>.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 06:46, 18 May 2015


Return type of array element.

Syntax

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

Parameters

nIndex
[in] Specifies the index of the array element.
pItemType
[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

See also IPXS_PDFVariant.