Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
7/8/2014
Review the use, syntax, parameters, and return values of the UWF_Registryfilter.GetExclusions method for Windows Embedded 8.1 Industry (Industry 8.1).
This method retrieves all registry key exclusions from a device that is protected by Unified Write Filter (UWF).
Syntax
UInt32 GetExclusions(
[out, EmbeddedInstance("UWF_ExcludedRegistryKey")] string ExcludedKeys[]
);
Parameters
- ExcludedKeys
[out] An array of UWF_ExcludedRegistryKey objects that represent the registry keys excluded from UWF filtering.
Return Value
Returns an HRESULT value that indicates WMI status or a WMI error.
Remarks
If this method does not find any registry keys in the registry key exclusion list, it sets the ExcludedKeys parameter to null.