IPXV_SearchPtr::IsEqual Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXV_SearchPtr::IsEqual Method}}
 
{{#customTitle:IPXV_SearchPtr::IsEqual Method}}
 
{{#parentPage:PXV:IPXV_SearchPtr#Methods|IsEqual|method}}
 
{{#parentPage:PXV:IPXV_SearchPtr#Methods|IsEqual|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Check whether the two SearchPtrChunk chunk structures are equal.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;pSrc
 
;pSrc
:[in]  Pointer to [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]].
+
:[in]  Pointer to [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] containing the structure that need to be compared.
 
;bRes
 
;bRes
:[out, retval]  Pointer to VARIANT_BOOL.
+
:[out, retval]  Pointer to VARIANT_BOOL containing the search result.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 06:49, 20 January 2017


Check whether the two SearchPtrChunk chunk structures are equal.

Syntax

HRESULT IsEqual([in]           IPXV_SearchPtr*  pSrc,
                [out, retval]  VARIANT_BOOL*    bRes);

Parameters

pSrc
[in] Pointer to IPXV_SearchPtr containing the structure that need to be compared.
bRes
[out, retval] Pointer to VARIANT_BOOL containing the search result.

Return Value

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

See Also

IPXV_SearchPtr