Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.