IOM
The IOM enumeration specifies the caller ID type.
typedef enum {
IOM_MISSED,
IOM_INCOMING,
IOM_OUTGOING
} IOM;
Parameters
- IOM_MISSED
An unanswered (missed) incoming call. - IOM_INCOMING
An answered incoming call. - IOM_OUTGOING
An outgoing call.
Requirements
Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later.
Header: phone.h
See Also
CALLLOGENTRY | Phone Enumerations
Send Feedback on this topic to the authors