次の方法で共有


CALLLOGSEEK

Send Feedback

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

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

PhoneSeekCallLog | Phone Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.