Share via


IComponentTypes::Remove

 
Microsoft DirectShow 9.0

IComponentTypes::Remove

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.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also