implementationinformation.inl File Reference

CompareTUidValues ( TInt, TInt )

TInt CompareTUidValues(TIntaUid1,
TIntaUid2
)[inline]

Comparison function used in ordering functions (e.g. as used with TLinearOrder) where ECOM UID identified structures are held in ordered RArray/RPointerArray objects.

Parameters
aUid1First UID value of comparison
aUid2Second UID Value of comparison
Return Value
Returns 1 when aUid1 > aUid2; -1 when aUid1 < aUid2; 0 when they equal