Share via


CALLLOGSEEK

4/8/2010

The CALLLOGSEEK enumeration specifies the location within the call log where a search will begin.

typedef enum {
   CALLLOGSEEK_BEGINNING = 2,
   CALLLOGSEEK_END = 4
} CALLLOGSEEK;

Enumerators

  • CALLLOGSEEK_BEGINNING
    The search will begin at the start of the call log.
  • CALLLOGSEEK_END
    The search will begin at the end of 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

PhoneSeekCallLog
Phone Enumerations