Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic applies to Windows Vista.
The InformUIClosed method informs the device that the user-interface dialog is closed.
Syntax
HRESULT InformUIClosed(
[in] BYTE byDialogNumber,
[in] 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 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
Header | Declared in Bdaiface.h. |
See Also
IBDA_ConditionalAccess Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008