Microsoft DirectX 9.0

MSVidAudioRendererDevices.Remove

This topic applies to Windows XP only.

The Remove method removes an item from the collection.

Syntax

ObjMSVidAudioRendererDevices.Remove(
    v As Object
)

Parameters

v

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

Error Codes

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

Return Values

This method does not return a value.

Remove

This method fails if the collection is read-only.

See Also