IPXS_PDFVariant::Arr_GetType Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_PDFVariant::Arr_GetType Method}}
 
{{#customTitle:IPXS_PDFVariant::Arr_GetType Method}}
Line 20: Line 21:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]].
+
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]].

Revision as of 06:08, 20 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

IPXS_PDFVariant.