Share via


RIL_EnableNotifications (Compact 2013)

3/26/2014

This function enables additional classes of notifications for a client.

Syntax

HRESULT RIL_EnableNotifications(
  HRIL hRil,
  DWORD dwNotificationClasses
);

Parameters

  • dwNotificationClasses
    Specifies the classes of notifications to enable. Valid values are listed in the topic Notification Class Constants.

Return Value

An HRESULT value of S_OK indicates success. HRESULT values of E_XXX indicate an error. Errors are defined in the winerror.h file.

Remarks

This function is synchronous. An asynchronous result callback is not returned.

Requirements

Header

ril.h

Library

Ril.lib

See Also

Reference

RIL Functions