IDebugReference2::Compare

Compares one reference to another. Reserved for future use.

HRESULT Compare ( 
   REFERENCE_COMPARE dwCompare,
   IDebugReference2* pReference
);
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

Reference

IDebugReference2

REFERENCE_COMPARE