Microsoft DirectX 8.1 (C++)

ICAManager::put_UseDefaultUI

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The put_UseDefaultUI method specifies whether the Conditional Access (CA) Manager will use the default user interface (UI) to resolve denials.

Syntax

HRESULT put_UseDefaultUI(
  long  fUseDefaultUI
);

Parameters

  fUseDefaultUI

[in]  Flag that specifies whether to use the default UI. If the value is 0, the default UI is not used. If the flag is 1, the default UI is used.

Return Values

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

Return code Description
E_INVALIDARG Invalid argument.

Remarks

If the value specified in fUseDefaultUI is 1, the ICARequest::get_ResolveDenials method displays a default UI for the user. If the value is 0, the client application must provide a UI and capture the relevant events. Values other than these are reserved for future expansion.

See Also