IPXV_SearchEntryItem::GetDispTextRange Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT GetDispTextRange([in]  ULONG  nDispRangeIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT GetDispTextRange([in]  ULONG  nDispRangeIndex,
                         [out]  ULONG*  pFirstCharIndex,
+
                         [out]  ULONG*  nFirstCharIndex,
                         [out]  ULONG*  pCharsCount,
+
                         [out]  ULONG*  nCharsCount,
                         [out]  ULONG*  pWordIndex);</pre>
+
                         [out]  ULONG*  nWordIndex);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nDispRangeIndex
 
;nDispRangeIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;pFirstCharIndex
+
;nFirstCharIndex
 
:[out]  Pointer to ULONG.
 
:[out]  Pointer to ULONG.
;pCharsCount
+
;nCharsCount
 
:[out]  Pointer to ULONG.
 
:[out]  Pointer to ULONG.
;pWordIndex
+
;nWordIndex
 
:[out]  Pointer to ULONG.
 
:[out]  Pointer to ULONG.
  

Revision as of 02:49, 4 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetDispTextRange([in]   ULONG   nDispRangeIndex,
                         [out]  ULONG*  nFirstCharIndex,
                         [out]  ULONG*  nCharsCount,
                         [out]  ULONG*  nWordIndex);

Parameters

nDispRangeIndex
[in] Value of ULONG.
nFirstCharIndex
[out] Pointer to ULONG.
nCharsCount
[out] Pointer to ULONG.
nWordIndex
[out] Pointer to ULONG.

Return Value

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

See Also

IPXV_SearchEntryItem