Microsoft DirectX 8.1 (C++)

ICAManagerInternal::DisplayDefaultUI

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

The DisplayDefaultUI method hides the default Conditional Access UI, if it is currently being displayed.

Syntax

HRESULT DisplayDefaultUI(
    VARIANT_BOOL fDisplay
);

Parameters

  fDisplay

[in]  This parameter must have the value VARIANT_FALSE.

Return Values

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

Remarks

The CA Manager automatically calls this method when the last denial is removed from the active request, or when the active request is deactivated.

See Also