Microsoft DirectX 9.0

IMSVidDevice.Power

This topic applies to Windows XP only.

The Power property indicates whether the device is currently on or off.

Syntax

objIMSVidDevice.Power As Boolean

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 True if the device is on, or False if the device is off.

Remarks

Not all device types support this property.

This property is read/write.

See Also