IPXV_SearchEntryItem::FillTextRangeQuads Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_SearchEntryItem::FillTextRangeQuads Method}} | {{#customTitle:IPXV_SearchEntryItem::FillTextRangeQuads Method}} | ||
− | {{#parentPage:PXV:IPXV_SearchEntryItem|FillTextRangeQuads | + | {{#parentPage:PXV:IPXV_SearchEntryItem#Methods|FillTextRangeQuads|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets already created [[PXV:IPXC_QuadsF|IPXC_QuadsF]] object and fills it with data. This method can help avoid the mass creation of the new objects. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== Parameters == | == Parameters == | ||
;nRangeIndex | ;nRangeIndex | ||
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing the index in the quads' range. |
;pQuads | ;pQuads | ||
− | :[in] Pointer to [[PXV:IPXC_QuadsF|IPXC_QuadsF]]. | + | :[in] Pointer to [[PXV:IPXC_QuadsF|IPXC_QuadsF]] containing the object that needs to be filled with data. |
== Return Value == | == Return Value == | ||
Line 22: | Line 21: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]] | + | [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]] |
Latest revision as of 01:44, 20 January 2017
Gets already created IPXC_QuadsF object and fills it with data. This method can help avoid the mass creation of the new objects.
Syntax
HRESULT FillTextRangeQuads([in] ULONG nRangeIndex, [in] IPXC_QuadsF* pQuads);
Parameters
- nRangeIndex
- [in] Value of ULONG containing the index in the quads' range.
- pQuads
- [in] Pointer to IPXC_QuadsF containing the object that needs to be filled with data.
Return Value
Returns S_OK if operation was successful or error code in other cases.