Microsoft DirectX 8.1 (C++)

ICAManagerInternal::NotifyRequestDeactivated

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

The NotifyRequestDeactivated method signals that a request has been deactivated. This method fires an _ICAManagerEvents::RequestDeactivated event.

Syntax

HRESULT NotifyRequestDeactivated(
  ICARequest*  pReq
);

Parameters

  pReq

[in]  Pointer to the ICARequest interface of the request.

Return Values

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

See Also