Share via


ITuningSpaceContainer::Remove method (tuner.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The Remove method permanently removes a tuning space from the system.

Syntax

HRESULT Remove(
  [in] VARIANT Index
);

Parameters

[in] Index

Variable of type VARIANT that specifies the ID of the tuning space to remove.

Return value

Returns S_OK if successful. If the specified tuning space was invalid or corrupted in the Registry, this method will delete whatever information is there and return S_FALSE.

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header tuner.h

See also

ITuningSpaceContainer Interface