Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
7/8/2014
Review the use, syntax, parameters, and return values of the UWF_Volume.GetExclusions method for Windows Embedded 8.1 Industry (Industry 8.1).
This method retrieves a list of all file exclusions for a Unified Write Filter (UWF) protected volume.
Syntax
UInt32 GetExclusions(
[out, EmbeddedInstance("UWF_ExcludedFile")] string ExcludedFiles[]
);
Parameters
- ExcludedFiles
[out] An array of UWF_ExcludedFile objects that represent the files and folders that are excluded from UWF filtering for a volume.
Return Value
Returns an HRESULT value that indicates WMI status or a WMI error.
Remarks
If GetExclusions does not find any files or folders in the file exclusion list for the volume, GetExclusions sets the ExcludedFiles parameter to null.