IScanningTunerEx::GetCurrentLocator 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.]

This topic applies to Windows Vista and later.

The GetCurrentLocator method retrieves the current locator object.

Syntax

HRESULT GetCurrentLocator(
  [out] ILocator **pILocator
);

Parameters

[out] pILocator

Receives a pointer to the ILocator interface of the locator object. The caller must release the interface.

Return value

When the method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header tuner.h

See also

IScanningTunerEx Interface