Microsoft DirectX 9.0 |
The Remove method removes the ComponentType object at the specified index number.
Syntax
HRESULT Remove(
VARIANT Index
);
Parameters
Index
[in] Index of the item to remove.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also