Share via


FbwfRemoveExclusion

5/10/2007

Removes a file or directory from the exclusion list.

Syntax

ULONG FbwfRemoveExclusion(
   PWCHAR volume,
   PWCHAR path
);

Parameters

  • volume
    [in] NULL terminated wide string containing the volume name
  • path
    [in] NULL terminated wide string containing the file or directory to remove from the exclusion list.

Return Value

This function may return the following:

Return value Description

NO_ERROR

The operation completed successfully.

ERROR_INVALID_DRIVE

If the specified volume is valid but does not exist or is not protected.

ERROR_INVALID_FUNCTION

If the filter is not enabled for the current session.

ERROR_INVALID_PARAMETER

If the volume or path parameter is NULL.

ERROR_FILE_NOT_FOUND

If the specified path is not in the exclusion list for the next session.

Other errors set by file system if updating configuration file fails

Remarks

This change will not take effect until the next session.

Requirements

OS Versions: Windows XP Embedded, WEPOS.

Header: fbwfapi.h.

Link Library: fbwflib.lib.

See Also

Reference

FbwfEnableFilter
FbwfAddExclusion
FbwfGetExclusionList

Concepts

FBWF API