FbwfRemoveExclusion
Removes a file or directory from the exclusion list.
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 Values
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.
Header: fbwfapi.h.
Link Library: fbwflib.lib.
See Also
FBWF API | FbwfEnableFilter | FbwfAddExclusion | FbwfGetExclusionList
Last updated on Wednesday, October 18, 2006
© 2006 Microsoft Corporation. All rights reserved.