| Framework | InstantMessage/IMService.h |
| Companion guide | |
| Declared in | IMService.h |
This document describes the functions found in the Instant Message framework.
This chapter describes the functions and function-like macros defined in the Instant Message framework.
Compares two IMPersonStatus values to determine which one has a higher availablity.
NSComparisonResult IMComparePersonStatus(IMPersonStatus status1, IMPersonStatus status2)
The status to compare with status2.
The status to compare with status1.
NSOrderedAscending if status1 is less than status2, NSOrderedDescending if status1 is greater than status2, or NSOrderedSame if status1 is equal to status2.
You should always use this function when comparing status values.
IMService.hLast updated: 2009-07-24