RIL_DisableNotifications (Compact 2013)

3/26/2014

This function disables classes of notifications for a client.

Syntax

HRESULT RIL_DisableNotifications(
  HRIL hRil,
  DWORD dwNotificationClasses
);

Parameters

  • dwNotificationClasses
    Specifies the classes of notifications to disable. 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