Microsoft DirectX 8.1 (C++)

ICAComponent::get_Request

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

The get_Request method retrieves the parent request.

Syntax

HRESULT get_Request(
  ICARequest**  ppRequest
);

Parameters

  ppRequest

[out]  Pointer to a variable that receives an ICARequest interface pointer.

Return Values

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

Remarks

The returned ICARequest interface has an outstanding reference count. The caller must release the interface.

See Also