Microsoft DirectX 8.1 (C++)

_ICAManagerEvents::DenialStateChanged

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

The DenialStateChanged method is called when the state of a denial changes.

Syntax

HRESULT DenialStateChanged(
  ICADenial*  pDenial,
  CADenialState  enState
);

Parameters

  pDenial

[in]  Pointer to the ICADenial interface of the denial.

  enState

[in]  Member of the CADenialState enumeration. The value indicates the previous state, or the description field that changed.

Return Values

Return S_OK or an error code.

Remarks

The dispatch identifier (dispid) of this method is 2216.

See Also