IBDA_ConditionalAccess::GetModuleUI

 
Microsoft DirectShow 9.0

IBDA_ConditionalAccess::GetModuleUI

This topic applies to Windows Vista.

The GetModuleUI method retrieves the URL for a user interface dialog.

Syntax

  HRESULT GetModuleUI(
  BYTE  byDialogNumber,
  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 Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

Header: Include Bdaiface.h.

See Also