Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
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
PhoneOpenCallLogprovides 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 PhoneGetCallLogEntryto retrieve information from that log.
Requirements
Header | phone.h |
Library | phone.lib |
Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |