Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 3.26 KB

nf-fhcfg-ifhconfigmgr-validatetarget.md

File metadata and controls

89 lines (66 loc) · 3.26 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.IFhConfigMgr.ValidateTarget
IFhConfigMgr::ValidateTarget (fhcfg.h)
Checks whether a certain storage device or network share can be used as a File History backup target.
FhConfigMgr class [Windows API]
ValidateTarget method
IFhConfigMgr interface [Windows API]
ValidateTarget method
IFhConfigMgr.ValidateTarget
IFhConfigMgr::ValidateTarget
ValidateTarget
ValidateTarget method [Windows API]
ValidateTarget method [Windows API]
FhConfigMgr class
ValidateTarget method [Windows API]
IFhConfigMgr interface
fhcfg/IFhConfigMgr::ValidateTarget
winprog.ifhconfigmgr_validatetarget
winprog\ifhconfigmgr_validatetarget.htm
winprog
EC41C4EE-A909-4DD4-AA32-5054BBEAF421
12/05/2018
FhConfigMgr class [Windows API],ValidateTarget method, IFhConfigMgr interface [Windows API],ValidateTarget method, IFhConfigMgr.ValidateTarget, IFhConfigMgr::ValidateTarget, ValidateTarget, ValidateTarget method [Windows API], ValidateTarget method [Windows API],FhConfigMgr class, ValidateTarget method [Windows API],IFhConfigMgr interface, fhcfg/IFhConfigMgr::ValidateTarget, winprog.ifhconfigmgr_validatetarget
fhcfg.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Fhcfg.idl
Windows
19H1
IFhConfigMgr::ValidateTarget
fhcfg/IFhConfigMgr::ValidateTarget
c++
APIRef
kbSyntax
COM
Fhcfg.h
IFhConfigMgr.ValidateTarget
FhConfigMgr.ValidateTarget

IFhConfigMgr::ValidateTarget

-description

Checks whether a certain storage device or network share can be used as a File History backup target.

Note

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

-parameters

-param TargetUrl [in]

The storage device or network share to be validated.

-param ValidationResult [out]

Receives the result of the device validation. See the FH_DEVICE_VALIDATION_RESULT enumeration for the list of possible device validation result values.

-returns

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

-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

FhConfigMgr

IFhConfigMgr

IFhConfigMgr::GetDefaultTarget