Share via


IScanningTunerEx::GetCurrentLocator

 
Microsoft DirectShow 9.0

IScanningTunerEx::GetCurrentLocator

This topic applies to Windows Vista.

The GetCurrentLocator method retrieves the current locator object.

Syntax

  HRESULT GetCurrentLocator(
  ILocator**  pILocator
);

Parameters

pILocator

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

Return Values

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

Requirements

Header: Include Tuner.h.

See Also