Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The Components property retrieves the components of the request. Components are individual streams within the requested service, such as audio, video, and auxiliary data.
Syntax
objCARequest.Components As ICAComponents
Parameters
This property does not take any 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 ICAComponents object.
Remarks
This method returns a collection object, which the caller can use to enumerate the components. Each component has its own denials collection. If the denials collection includes any non-transient denials, the component should not be rendered.
This property is read-only.
See Also