IBDA_ConditionalAccessEx::OpenBroadcastMmi method (bdaiface.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
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
[in] ulDialogRequest
A logical link with the MMI dialog box that was triggered by the action.
[in] bstrLanguage
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.
[in] EventId
The event identifier of the BroadcastMMI event.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�7 [desktop apps only] |
Minimum supported server | Windows Server�2008�R2 [desktop apps only] |
Target Platform | Windows |
Header | bdaiface.h |