ITargetInfo::SetTemporaryStoreLocation method (wcmconfig.h)

Sets the current temporary store location.

Syntax

HRESULT SetTemporaryStoreLocation(
  [in] const WCHAR *TemporaryStoreLocation
);

Parameters

[in] TemporaryStoreLocation

The current temporary store location.

Return value

This method can return one of these values.

Return code Description
S_OK
Indicates success.
HRESULT_FROM_WIN32 (ERROR_INVALID_OPERATION)
Indicates that the target processor architecture has already been set.
E_OUTOFMEMORY
Indicates that system resources are low.

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