ITargetInfo::SetModulePath method (wcmconfig.h)

Sets the module path for the offline installation location.

Syntax

HRESULT SetModulePath(
  [in] const WCHAR *Module,
  [in] const WCHAR *Path
);

Parameters

[in] Module

The name of the module.

[in] Path

The module path.

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

ITargetInfo