IPXS_PDFVariant::Dict_GetTypeR Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Dict_GetTypeR([in]          UCHAR*           pKey,
+
<pre class="brush:cpp;gutter:false">HRESULT Dict_GetTypeR([in]          UCHAR*               pKey,
                       [in]          ULONG           nKeyLen,
+
                       [in]          ULONG               nKeyLen,
                       [out, retval]  PDFVariantType*  pItemType);</pre>
+
                       [out, retval]  PXS_PDFVariantType*  pItemType);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 18: Line 18:
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
 
;pItemType
 
;pItemType
:[out, retval]  Pointer to [[PXV:PDFVariantType|PDFVariantType]].
+
:[out, retval]  Pointer to [[PXV:PXS_PDFVariantType|PXS_PDFVariantType]].
  
 
== Return Value ==
 
== Return Value ==

Revision as of 05:21, 16 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Dict_GetTypeR([in]           UCHAR*               pKey,
                      [in]           ULONG                nKeyLen,
                      [out, retval]  PXS_PDFVariantType*  pItemType);

Parameters

pKey
[in] Pointer to UCHAR.
nKeyLen
[in] Value of ULONG.
pItemType
[out, retval] Pointer to PXS_PDFVariantType.

Return Value

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

See Also

See also IPXS_PDFVariant.