ITraceDataProvider::Resolve method (pla.h)

Merges the details about a provider with this instance.

Syntax

HRESULT Resolve(
  [in] IDispatch *pFrom
);

Parameters

[in] pFrom

The interface of the provider to merge with this instance.

Return value

Returns S_OK if successful.

Remarks

You can specify an interface of a provider or a collection that contains the provider. If you specify a collection, the method finds the matching provider.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header pla.h
DLL Pla.dll

See also

ITraceDataProvider