IBDA_ConditionalAccessEx::OpenBroadcastMmi Method

[This documentation is preliminary and is subject to change.]
Responds to a BroadcastMMI event.
When a device receives a BroadcastMMI event, it calls this method one time for each user interface (MMI) dialog box that is displayed to the user.

Syntax

HRESULT OpenBroadcastMmi(
  [in]  ULONG ulDialogRequest,
  [in]  BSTR bstrLanguage,
  [in]  ULONG EventId
);

Parameters

  • ulDialogRequest [in]
    A logical link with the MMI dialog box that was triggered by the action.

  • bstrLanguage [in]
    The language of the dialog box. This string contains an ISO 639-2 language code with a dash followed by an ISO 3166 country/region code.

  • EventId [in]
    The event identifier of the BroadcastMMI event.

Return Value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Client Requires Windows 7.
IDL Declared in Bdaiface.idl.

See Also

IBDA_ConditionalAccessEx

Send comments about this topic to Microsoft

Build date: 12/4/2008