ITargetInfo::SetSchemaHiveMountName method (wcmconfig.h)

Sets the name of the mount location of the schema hive.

Syntax

HRESULT SetSchemaHiveMountName(
  [in] LPCWSTR pwzMountName
);

Parameters

[in] pwzMountName

The mount location of the schema hive.

Return value

This method returns an HRESULT value. S_OK indicates success. May return E_OUTOFMEMORY if the system is low on resources.

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