Microsoft DirectX 8.1 (C++)

CAManager.ActiveRequest

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

The ActiveRequest property returns the request that is currently active.

Syntax

objCAManager.ActiveRequest As ICARequest

Parameters

This property takes no parameters.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

Returns an ICARequest object, or NULL if there is no active request.

Remarks

The request object encapsulates the most recent tune request. Each instance of the Video Control has at most one active tune request.

This property is read-only.

See Also