IBDA_ConditionalAccess::InformUIClosed 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.]
The InformUIClosed method informs the device that the user-interface dialog is closed.
Syntax
HRESULT InformUIClosed(
[in] BYTE byDialogNumber,
[in] UICloseReasonType CloseReason
);
Parameters
[in] byDialogNumber
Specifies the dialog number.
[in] CloseReason
Specifies the reason for closing the dialog, as a member of the UICloseReasonType enumeration.
Return value
If the method succeeds, it returns S_OK. It returns S_FALSE if a dialog with the specified dialog number cannot be found. If the method fails, it returns an error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�Vista [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | bdaiface.h |