Microsoft DirectX 9.0

MSVidInputDevices.Add

This topic applies to Windows XP only.

The Add method adds an item to the collection.

Syntax

objMSVidInputDevices.Add(
    pDB As MSVidInputDevice
)

Parameters

  pDB

Specifies the object to add.

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 has no return value.

Remarks

This method fails if the collection is read-only.

See Also