Share via


IOM

4/8/2010

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

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

Reference

CALLLOGENTRY
Phone Enumerations