Edit

Share via


IDebugReference2::Compare

Compares one reference to another. Reserved for future use.

Syntax

int Compare ( 
   enum_REFERENCE_COMPARE dwCompare,
   IDebugReference2       pReference
);

Parameters

dwCompare
[in] A value from the REFERENCE_COMPARE enumeration that specifies the comparison operation, for example, equal to, less than, or greater than.

pReference
[in] An IDebugReference2 object representing the reference to be compared to.

Return Value

Always returns E_NOTIMPL.

See also