Microsoft DirectX 8.1 (C++)

ICAManagerInternal::put_TuneRequestInt

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

The put_TuneRequestInt method specifies a new tune request. This method is equivalent to the put_TuneRequest method, but is defined to allow for possible proxying requirements in the future.

Syntax

HRESULT put_TuneRequestInt(
    ITuneRequest *ptunereq
);

Parameters

  ptunereq

[in]  Pointer to the ITuneRequest interface of a tune request.

Return Values

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

See Also