IClassAdmin::DeleteInterface

[This is preliminary documentation and subject to change.]

Removes an interface definition from the class store.

HRESULT DeleteInterface(
  REFIID Iid  //Specifies the interface definition to remove.
);
 

Parameters

Iid
[in] Specifies the interface definition to remove from the class store.

Return Values

S_OK
The method returned successfully.
E_INVALIDARG
The parameter is incorrect.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in objidl.h.

See Also

IClassAdmin::NewClass, IClassAdmin::DeleteClass, IClassAdmin::NewInterface, IClassAdmin::NewPackage, IClassAdmin::DeletePackage, IClassAdmin::GetClassesEnum, IClassAdmin::GetPackagesEnum, IClassAdmin::GetClassDetails, IClassAdmin::GetIidDetails, IClassAdmin::GetPackageDetails