Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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