Microsoft DirectX 9.0

MSVidInputDevices.Remove

This topic applies to Windows XP only.

The Remove method removes an item from the collection.

Syntax

ObjMSVidInputDevices.Remove(
    v As Object
)

Parameters

v

Specifies the index of the item to remove. The valid range is from 0 to MSVidInputDevices.Count - 1.

Return Values

This method has no return value.

Error Codes

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

Remarks

This method fails if the collection is read-only.

See Also