ICabNode::Equals Method

From PDF XChange PDF SDK
Revision as of 08:38, 16 March 2017 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Equals(                       ICabNode*        pAnotherCabNode,
               [in, defaultvalue(0)]  CabNodeCmpFlags  options,
               [out, retval]          VARIANT_BOOL*    bRes);

Parameters

pAnotherCabNode
Pointer to ICabNode.
options
[in, defaultvalue(0)] Value of CabNodeCmpFlags.
bRes
[out, retval] Pointer to VARIANT_BOOL.

Return Value

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

See Also

ICabNode