Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The IOMenumeration specifies the caller ID type.

Copy Code
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

Header phone.h
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also