共用方式為


FbwfDisableFilter (Standard 7 SP1)

7/8/2014

This function disables the File-Based Write Filter (FBWF).

Syntax

ULONG FbwfDisableFilter(VOID);

Parameters

None.

Return Value

This function may return the following:

Return value

Description

ERROR_SUCCESS

The operation completed successfully.

ERROR_INVALID_FUNCTION

If the filter is not enabled for the next session.

Other errors from file system driver

If updating the configuration file fails.

Remarks

This change will not take place until the next session.

Requirements

OS Versions: Standard 7

Header: Fbwfapi.h

Link Library: Fbwflib.lib

See Also

Reference

FbwfEnableFilter
FbwfIsFilterEnabled

Concepts

FBWF API