Share via


UWF_RegistryFilter.FindExclusion (Industry 8.1)

7/8/2014

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

This method checks if a specific registry key is excluded from being filtered by Unified Write Filter (UWF).

Syntax

UInt32 FindExclusion(
    [in] string RegistryKey,
    [out] boolean bFound
);

Parameters

  • RegistryKey
    [in] A string that contains the full path of the registry key.
  • bFound
    [out] Indicates if the RegistryKey is in the exclusion list of registry keys.

Return Value

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

See Also

Reference

UWF_RegistryFilter

Concepts

Unified Write Filter