ITargetInfo::ExpandTarget method (wcmconfig.h)

Expands a location string to indicate the offline installation location.

Syntax

HRESULT ExpandTarget(
  [in]  BOOL        Offline,
  [in]  const WCHAR *Location,
  [out] BSTR        *ExpandedLocation
);

Parameters

[in] Offline

True if the installation location is offline.

[in] Location

The location string.

[out] ExpandedLocation

The expanded location string.

Return value

This method returns an HRESULT value. S_OK indicates success. This method may return E_OUTOFMEMORY if there are insufficient resources to return information to the user.

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

ITargetInfo