PhoneOpenCallLog
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
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.