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
Smartphone Platforms: Smartphone 2002 and later
OS Versions:
Header: phone.h
Library: phone.lib
See Also
Last updated on Friday, April 22, 2005
© 2005 Microsoft Corporation. All rights reserved.
Send feedback on this topic to the authors.