Share via


IBDA_ConditionalAccess::GetModuleUI Method

This topic applies to Windows Vista.
The GetModuleUI method retrieves the URL for a user interface dialog.

Syntax

HRESULT GetModuleUI(
  [in]   BYTE byDialogNumber,
  [out]  BSTR *pbstrURL
);

Parameters

  • byDialogNumber [in]
    Specifies the dialog number.

  • pbstrURL [out]
    Pointer to a pointer variable that receives a pointer to a string containing the URL. When the string is no longer required, call the SysFreeString function to free it.

Return Value

If the method succeeds, it returns S_OK. If it 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