Microsoft DirectX 8.1 (C++)

ICARequest::get_ResolveDenials

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

The get_ResolveDenials method attempts to resolve the denials associated with this request.

Syntax

HRESULT get_ResolveDenials(
  long*  pcDenials
);

Parameters

  pcDenials

[out]  Pointer to a variable that receives the number of denials that remain unresolved, including denials on components.

Return Values

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

Remarks

This method performs the following steps:

This method 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 _ICAManagerEvents::RequestDenialAdded events.

See Also