Partager via


UWF_Volume.RemoveExclusion (Industry 8.1)

7/8/2014

Review the use, syntax, parameters, and return values of the UWF_Volume.RemoveExclusion method for Windows Embedded 8.1 Industry (Industry 8.1).

This method removes a specific file or folder from the file exclusion list for a volume protected by Unified Write Filter (UWF).

Syntax

UInt32 RemoveExclusion(
    string FileName
);

Parameters

  • FileName
    A string that contains the full path of the file or folder relative to the volume.

Return Value

Returns an HRESULT value that indicates WMI status or a WMI error.

Remarks

You must use an administrator account to remove file or folder exclusions, and you must restart the device for this change to take effect.

See Also

Reference

UWF_Volume

Concepts

Unified Write Filter