Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The FeaturesAvailable property retrieves the features that are available on the local system.
Syntax
objMSVidCtl.FeaturesAvailable As MSVidFeatures
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 MSVidFeatures collection.
Remarks
This property returns a collection of IMSVidFeature objects. To activate a feature, add it to the active features collection. To search for a specific feature, compare the IMSVidDevice.ClassID property of each against the class identifier (CLSID) of the feature you are looking for.
This property is read-only.
See Also