Microsoft DirectX 8.1 (C++)

_ICAManagerEvents::RequestDeactivated

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

The RequestDeactivated method is called when the current active request is deactivated.

Syntax

HRESULT RequestDeactivated(
  ICARequest*  preq
);

Parameters

  preq

[in]  Pointer to the ICARequest interface of the request that has been deactivated.

Return Values

Return S_OK or an error code.

Remarks

Each instance of the Conditional Access (CA) Manager has a maximum of one active request. When the CA Manager activates a new request, it deactivates any previous request.

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

See Also