IBDA_ConditionalAccess::InformUIClosed

 
Microsoft DirectShow 9.0

IBDA_ConditionalAccess::InformUIClosed

This topic applies to Windows Vista.

The InformUIClosed method informs the device that the user-interface dialog is closed.

Syntax

  HRESULT InformUIClosed(
  BYTE  byDialogNumber,
  UICloseReasonType  CloseReason
);

Parameters

byDialogNumber

[in]  Specifies the dialog number.

CloseReason

[in]  Specifies the reason for closing the dialog, as a member of the UICloseReasonType enumeration.

Return Values

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

Header: Include Bdaiface.h.

See Also