Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The ResolveDenials property attempts to resolve the denials associated with this request.
Syntax
objCARequest.ResolveDenials As Long
Parameters
This property does not take any 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 number of denials that remain unresolved, including denials on components.
Remarks
When this property is retrieved, the ICARequest object performs the following steps:
This property provides some minimal default functionality for resolving denials. It is expected that most applications will not call this method, and will provide their own implementation for this functionality. To do so, the application should respond to RequestDenialAdded events.
This property is read-only.
See Also