Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The UseDefaultUI property determines or specifies whether the CA Manager will use the default user interface (UI) to resolve denials.
Syntax
objCAManager..UseDefaultUI As Long
Parameters
This property takes no parameters.
Error Codes
If the property fails, an error is raised and Err.Number is set to a value other than zero.
Return Values
Returns the value 0 or 1. If the value is 0, the default UI is not used. If the value is 1, the default UI is used.
Remarks
If the value of this property is 1, retrieving the ICARequest.ResolveDenials property displays a default UI for the user. If the value is 0, the client application must provide a UI and capture the relevant events.
This property is read/write.
See Also