ISettingsEngine::SetTargetInfo method (wcmconfig.h)

Sets the current offline target for the engine.

Syntax

HRESULT SetTargetInfo(
  [in] ITargetInfo *Target
);

Parameters

[in] Target

An ITargetInfo value that specifies the target.

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