Share via


CALLLOGFILTER

4/8/2010

The CALLLOGFILTER enumeration specifies the filter to use for the PhoneShowCallLog function.

typedef enum {
  CALLLOGFILTER_ALL_CALLS,
  CALLLOGFILTER_MISSED,
  CALLLOGFILTER_INCOMING,
  CALLLOGFILTER_OUTGOING
} CALLLOGFILTER;

Enumerators

  • CALLLOGFILTER_ALL_CALLS
    All the calls are filtered in the call log.
  • CALLLOGFILTER_MISSED
    Missed calls are filtered in the call log
  • CALLLOGFILTER_INCOMING
    Incoming calls are filtered in the call log.
  • CALLLOGFILTER_OUTGOING
    Outgoing calls are filtered in the call log.

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

PhoneShowCallLog
Phone Enumerations