RIL_ReadPhonebookEntriesEx (Compact 2013)

3/26/2014

This function reads phone book Universal Subscriber Identity Module (USIM) entries from the specified index range of the current storage location.

Syntax

HRESULT RIL_ReadPhonebookEntriesEx(
  HRIL hRil,
  DWORD dwStartIndex,
  DWORD dwEndIndex
);

Parameters

  • dwStartIndex
    Specifies the starting range index.
  • dwEndIndex
    Specifies the ending range index.

Return Value

Positive HRESULT values indicate success and are used as command identifications for matching the asynchronous call result. Negative HRESULT values indicate an error. Errors are defined in the Ril.h file.

An asynchronous result of RIL_RESULT_OK indicates success. The lpData notification parameter points to an array of RILPHONEBOOKENTRYEX structures.

Remarks

The RIL proxy translates this function into IOCTL_RIL_ReadPhonebookEntriesEx when the RIL proxy calls RIL_IOControl.

Requirements

Library

Ril.lib

See Also

Reference

RIL Functions
RIL_Initialize