IFhReassociation::ScanTargetForConfigurations method (fhcfg.h)

Scans the namespace on a specified storage device or network share for File History configurations that can be reassociated with and continued to be used on the current computer.

Note

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

Syntax

HRESULT ScanTargetForConfigurations(
  [in] BSTR TargetUrl
);

Parameters

[in] TargetUrl

Specifies the storage device or network share to be scanned.

Return value

S_OK on success, or an unsuccessful HRESULT on failure. Possible unsuccessful HRESULT values include values defined in the FhErrors.h header file.

If no File History configurations were found on the specified storage device or network share, the HRESULT_FROM_WIN32(ERROR_NOT_FOUND) error code is returned.

Remarks

For local disks, the TargetUrl parameter contains the drive letter. This path must end with a trailing backslash (for example, "X:\").

For network shares, the TargetUrl parameter contains the full path of the share. This path must end with a trailing backslash (for example, "\\myserver\myshare\").

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

FhReassociation

IFhReassociation