IFhConfigMgr::LoadConfiguration method (fhcfg.h)

Loads the File History configuration information for the current user into an FhConfigMgr object.

Note

IFhConfigMgr is deprecated and may be altered or unavailable in future releases.

Syntax

HRESULT LoadConfiguration();

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code such as one of the values defined in the FhErrors.h header file.

Remarks

This method or the IFhConfigMgr::CreateDefaultConfiguration method must be called before any other IFhConfigMgr method can be called.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header fhcfg.h

See also

FhConfigMgr

IFhConfigMgr

IFhConfigMgr::CreateDefaultConfiguration

IFhConfigMgr::SaveConfiguration