UWF_OverlayFile (Standard 8)

7/8/2014

Review the syntax, members, and examples of the UWF_OverlayFile WMI provider class for Windows Embedded 8 Standard (Standard 8).

This class contains a file that is currently in the overlay for a volume protected by Unified Write Filter (UWF).

Syntax

class UWF_OverlayFile {
    [read] string FileName;
    [read] UInt64 FileSize;
};

Members

The following table lists any properties that belong to this class.

Properties

Property

Data type

Qualifier

Description

FileName

string

[read]

The name of the file in the file overlay.

FileSize

UInt64

[read]

The size of the file in the file overlay.

Remarks

You cannot use the UWF_ OverlayFile class directly to get overlay files. You must use the UWF_Overlay.GetOverlayFiles method to retrieve UWF_OverlayFile objects.

For more information about specific limitations and conditions when using the GetOverlayFiles method, see the Remarks section in the GetOverlayFiles topic in the UWF WMI Provider technical reference.

Requirements

Architecture

x64,
x86

MOF

uwfwmi.mof

WMI Namespace

root\standardcimv2\embedded

WMI Provider

UWF

See Also

Reference

Unified Write Filter WMI Provider Reference

Concepts

Unified Write Filter (UWF) Overview