Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.49 KB

uwf-registryfiltergetexclusions.md

File metadata and controls

54 lines (39 loc) · 1.49 KB
title description MSHAttr ms.assetid author ms.author ms.service ms.subservice ms.date ms.topic
UWF_RegistryFilter.GetExclusions
UWF_RegistryFilter.GetExclusions
PreferredSiteName:MSDN
PreferredLib:/library/windows/hardware
6e2e8c67-bbb6-4296-93b7-1e95c851ae1b
TerryWarwick
twarwick
windows-iot
iot
05/02/2017
article

UWF_RegistryFilter.GetExclusions

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.

Requirements

Windows Edition Supported
Windows Home No
Windows Pro No
Windows Enterprise Yes
Windows Education Yes
Windows IoT Enterprise Yea

Related topics