CALLLOGFILTER

Send Feedback

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

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

PhoneShowCallLog | Phone Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.