Share via


PhoneOpenCallLog

4/8/2010

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

Syntax

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

Header phone.h
Library phone.lib
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

PhoneCloseCallLog
PhoneGetCallLogEntry
PhoneSeekCallLog
Phone Functions