ISettingsEngine::GetTargetInfo method (wcmconfig.h)

Gets the current offline target for the engine.

Syntax

HRESULT GetTargetInfo(
  [out] ITargetInfo **Target
);

Parameters

[out] Target

A pointer to an ITargetInfo object that is the current target for the engine.

Return value

This method returns an HRESULT value. S_OK indicates success.

Requirements

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

See also

ISettingsEngine