Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function unblocks backups blocked via FhServiceBlockBackup.
Note
FhServiceUnblockBackup is deprecated and may be altered or unavailable in future releases.
Syntax
HRESULT FhServiceUnblockBackup(
[in] FH_SERVICE_PIPE_HANDLE Pipe
);
Parameters
[in] Pipe
The communication channel handle returned by an earlier FhServiceOpenPipe call.
Return value
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | fhsvcctl.h |
Library | FhSvcCtl.lib |