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 CALLLOGSEEKenumeration specifies the location within the call log where a search will begin.

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