Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The get_UseDefaultUI method determines whether the CA Manager will use the default user interface (UI) to resolve denials.
Syntax
HRESULT get_UseDefaultUI(
long* pfUseDefaultUI
);
Parameters
pfUseDefaultUI
[out] Pointer to a long variable that receives a flag. If the value is 0, the default UI is not used. If the value 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.
Remarks
If the value returned in pfUseDefaultUI is 1, it indicates that the ICARequest::get_ResolveDenials method will display a default UI for the user. If the value is 0, the client application must provide a UI and capture the relevant events.
See Also