Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Mobile
Windows Mobile 5.0
Native Code
Networking
Telephony
Phone API
Phone API Reference
Phone Functions
 PhoneOpenCallLog

  Switch on low bandwidth view
Windows Mobile Version 5.0 SDK
PhoneOpenCallLog
Send Feedback

This function opens the call log and sets the seek pointer to start searching from the beginning of the log.

HRESULT PhoneOpenCallLog(
   HANDLE * ph
);

Parameters

ph
[out] Pointer to the handle of the call log to be searched.

Return Values

Value Description
E_FAIL The function failed to return a pointer to the call log.
S_OK The process completed successfully.

Remarks

PhoneOpenCallLog provides the functionality for the first step in the process of extracting information from a call log. To begin extracting data from a specific call log, use PhoneGetCallLogEntry to retrieve information from that log.

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later.
Header: phone.h
Library: phone.lib

See Also

PhoneCloseCallLog | PhoneGetCallLogEntry | PhoneSeekCallLog | Phone Functions


Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.


© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker