IPXV_SearchPtr::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IPXV_SearchPtr::Item Property}}
 
{{#customTitle:IPXV_SearchPtr::Item Property}}
 
{{#parentPage:PXV:IPXV_SearchPtr#Properties|Item|property}}
 
{{#parentPage:PXV:IPXV_SearchPtr#Properties|Item|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] returns  Value of [[PXV:PXV_SearchPtrChunk|PXV_SearchPtrChunk]] ...
+
Property '''stItem''' of interface [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] returns  Value of [[PXV:PXV_SearchPtrChunk|PXV_SearchPtrChunk]] containing the needed chunk.
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the ID of the chunk.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_SearchPtr|IPXV_SearchPtr]]
 
[[PXV:IPXV_SearchPtr|IPXV_SearchPtr]]

Latest revision as of 06:48, 20 January 2017


Property stItem of interface IPXV_SearchPtr returns Value of PXV_SearchPtrChunk containing the needed chunk.

Syntax

HRESULT get_Item([in]           ULONG                nIndex,
                 [out, retval]  PXV_SearchPtrChunk*  stItem);

Parameters

nIndex
[in] Value of ULONG containing the ID of the chunk.

See Also

IPXV_SearchPtr