ITargetInfo::SetSchemaHiveLocation method (wcmconfig.h)

Sets the location of the schema hive.

Syntax

HRESULT SetSchemaHiveLocation(
  [in] LPCWSTR pwzHiveDir
);

Parameters

[in] pwzHiveDir

A pointer to the location of the schema hive.

Return value

This method can return one of these values.

Return code Description
S_OK
Indicates success.
E_OUTOFMEMORY
Indicates that the system is low on resources.
E_INVALIDARG
Indicates that the location pwzHiveDir is not a directory.

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