IUIX_PolyPolygonSrc::Find Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_PolyPolygonSrc::Find Method}}
 
{{#customTitle:IUIX_PolyPolygonSrc::Find Method}}
{{#parentPage:PXV:IUIX_PolyPolygonSrc#Methods|Find Method|method}}
+
{{#parentPage:PXV:IUIX_PolyPolygonSrc#Methods|Find|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT Find([in]          IUIX_PolygonSrc*  pItem,
 
<pre class="brush:cpp;gutter:false">HRESULT Find([in]          IUIX_PolygonSrc*  pItem,
             [out, retval]  LONG*            pIndex);</pre>
+
             [out, retval]  LONG*            nIndex);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;pItem
 
;pItem
 
:[in]  Pointer to [[PXV:IUIX_PolygonSrc|IUIX_PolygonSrc]].
 
:[in]  Pointer to [[PXV:IUIX_PolygonSrc|IUIX_PolygonSrc]].
;pIndex
+
;nIndex
 
:[out, retval]  Pointer to LONG.
 
:[out, retval]  Pointer to LONG.
  
Line 22: Line 22:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_PolyPolygonSrc|IUIX_PolyPolygonSrc]].
+
[[PXV:IUIX_PolyPolygonSrc|IUIX_PolyPolygonSrc]]

Latest revision as of 04:34, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Find([in]           IUIX_PolygonSrc*  pItem,
             [out, retval]  LONG*             nIndex);

Parameters

pItem
[in] Pointer to IUIX_PolygonSrc.
nIndex
[out, retval] Pointer to LONG.

Return Value

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

See Also

IUIX_PolyPolygonSrc