Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
Adds the specified item to the collection.
Syntax
ObjMSVidVideoRendererDevices.Add(
pDB As MSVidVideoRenderer
)
Parameters
pDB
Specifies the MSVidVideoRenderer device 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 does not return a value.
Remarks
This method fails if the collection is read-only.
See Also