CALLLOGSEEK
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
Smartphone Platforms: Smartphone 2002 and later
OS Versions:
Header: phone.h
Library: phone.lib
See Also
Last updated on Friday, April 22, 2005
© 2005 Microsoft Corporation. All rights reserved.
Send feedback on this topic to the authors.