Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 2.37 KB

nf-fhsvcctl-fhserviceunblockbackup.md

File metadata and controls

79 lines (62 loc) · 2.37 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:fhsvcctl.FhServiceUnblockBackup
FhServiceUnblockBackup function (fhsvcctl.h)
This function unblocks backups blocked via FhServiceBlockBackup.
FhServiceUnblockBackup
FhServiceUnblockBackup function [Windows API]
fhsvcctl/FhServiceUnblockBackup
winprog.fhserviceunblockbackup
winprog\fhserviceunblockbackup.htm
winprog
4CCCEEA5-40BC-4862-ADF5-C8757E02916A
12/05/2018
FhServiceUnblockBackup, FhServiceUnblockBackup function [Windows API], fhsvcctl/FhServiceUnblockBackup, winprog.fhserviceunblockbackup
fhsvcctl.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
FhSvcCtl.lib
Windows
19H1
FhServiceUnblockBackup
fhsvcctl/FhServiceUnblockBackup
c++
APIRef
kbSyntax
LibDef
FhSvcCtl.lib
FhSvcCtl.dll
FhServiceUnblockBackup

FhServiceUnblockBackup function

-description

This function unblocks backups blocked via FhServiceBlockBackup.

Note

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

-parameters

-param Pipe [in]

The communication channel handle returned by an earlier FhServiceOpenPipe call.

-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

This function removes the effects of a prior FhServiceBlockBackup call issued via a given communication channel with the File History Service.

-see-also

FhServiceBlockBackup

FhServiceOpenPipe