Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 3.67 KB

nf-fhcfg-ifhreassociation-scantargetforconfigurations.md

File metadata and controls

83 lines (64 loc) · 3.67 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:fhcfg.IFhReassociation.ScanTargetForConfigurations
IFhReassociation::ScanTargetForConfigurations (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.
FhReassociation class [Windows API]
ScanTargetForConfigurations method
IFhReassociation interface [Windows API]
ScanTargetForConfigurations method
IFhReassociation.ScanTargetForConfigurations
IFhReassociation::ScanTargetForConfigurations
ScanTargetForConfigurations
ScanTargetForConfigurations method [Windows API]
ScanTargetForConfigurations method [Windows API]
FhReassociation class
ScanTargetForConfigurations method [Windows API]
IFhReassociation interface
fhcfg/IFhReassociation::ScanTargetForConfigurations
winprog.ifhreassociation_scantargetforconfigurations
winprog\ifhreassociation_scantargetforconfigurations.htm
winprog
E26F5C41-50E7-4D4F-A6FF-D1B21AF28A9D
12/05/2018
FhReassociation class [Windows API],ScanTargetForConfigurations method, IFhReassociation interface [Windows API],ScanTargetForConfigurations method, IFhReassociation.ScanTargetForConfigurations, IFhReassociation::ScanTargetForConfigurations, ScanTargetForConfigurations, ScanTargetForConfigurations method [Windows API], ScanTargetForConfigurations method [Windows API],FhReassociation class, ScanTargetForConfigurations method [Windows API],IFhReassociation interface, fhcfg/IFhReassociation::ScanTargetForConfigurations, winprog.ifhreassociation_scantargetforconfigurations
fhcfg.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Fhcfg.idl
Windows
19H1
IFhReassociation::ScanTargetForConfigurations
fhcfg/IFhReassociation::ScanTargetForConfigurations
c++
APIRef
kbSyntax
COM
Fhcfg.h
IFhReassociation.ScanTargetForConfigurations
FhReassociation.ScanTargetForConfigurations

IFhReassociation::ScanTargetForConfigurations

-description

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.

-parameters

-param TargetUrl [in]

Specifies the storage device or network share to be scanned.

-returns

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\").

-see-also

FhReassociation

IFhReassociation