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 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetDispTextRange([in]  ULONG  DispRangeIndex,
+
<pre class="brush:cpp;gutter:false">HRESULT GetDispTextRange([in]  ULONG  nDispRangeIndex,
                         [out]  ULONG*  FirstCharIndex,
+
                         [out]  ULONG*  nFirstCharIndex,
                         [out]  ULONG*  CharsCount,
+
                         [out]  ULONG*  nCharsCount,
                         [out]  ULONG*  WordIndex);</pre>
+
                         [out]  ULONG*  nWordIndex);</pre>
  
 
== Parameters ==
 
== Parameters ==
;DispRangeIndex
+
;nDispRangeIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;FirstCharIndex
+
;nFirstCharIndex
 
:[out]  Pointer to ULONG.
 
:[out]  Pointer to ULONG.
;CharsCount
+
;nCharsCount
 
:[out]  Pointer to ULONG.
 
:[out]  Pointer to ULONG.
;WordIndex
+
;nWordIndex
 
:[out]  Pointer to ULONG.
 
:[out]  Pointer to ULONG.
  

Revision as of 04:08, 15 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