IPXV_SearchPtr::IsEqual 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_SearchPtr::IsEqual Method}} | {{#customTitle:IPXV_SearchPtr::IsEqual Method}} | ||
− | {{#parentPage:PXV:IPXV_SearchPtr#Methods|IsEqual | + | {{#parentPage:PXV:IPXV_SearchPtr#Methods|IsEqual|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Check whether the two SearchPtrChunk chunk structures are equal. | |
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT IsEqual([in] IPXV_SearchPtr* pSrc, | <pre class="brush:cpp;gutter:false">HRESULT IsEqual([in] IPXV_SearchPtr* pSrc, | ||
− | [out, retval] VARIANT_BOOL* | + | [out, retval] VARIANT_BOOL* bRes);</pre> |
== 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 |
− | :[out, retval] Pointer to VARIANT_BOOL. | + | :[out, retval] Pointer to VARIANT_BOOL containing the search result. |
== Return Value == | == Return Value == | ||
Line 22: | Line 21: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] | + | [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] |
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.