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 syntax, members, and examples of the UWF_OverlayFile WMI provider class for Windows Embedded 8.1 Industry (Industry 8.1).
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 UWF_Overlay.GetOverlayFiles topic in the UWF WMI provider technical reference.
See Also
Reference
Unified Write Filter WMI provider reference