Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The EnableDefaultUIPayTollsButton method enables or disables the Pay Tolls button on the default Conditional Access UI.
Syntax
HRESULT EnableDefaultUIPayTollsButton(
VARIANT_BOOL fEnabled
);
Parameters
fEnabled
[in] Specifies whether to enable or disable the button. Use one of the following values.
Value | Description |
VARIANT_TRUE | Enable the button. |
VARIANT_FALSE | Disable the button. |
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 as tolls are added and removed.
See Also