ITargetInfo::GetSchemaHiveLocation method (wcmconfig.h)

Get the location of the schema hive.

Syntax

HRESULT GetSchemaHiveLocation(
  [out] BSTR *pHiveLocation
);

Parameters

[out] pHiveLocation

A pointer to the schema hive location.

Return value

This method returns an HRESULT value. S_OK indicates success. It returns S_FALSE if the location is not set. It 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