AppPolicyCreateFileAccess Enumeration

Indicates whether a process has full or restricted access to the I/O devices (file, file stream, directory, physical disk, volume, console buffer, tape drive, communications resource, mailslot, and pipe).

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum AppPolicyCreateFileAccess

Remarks

Members

Full 0 Indicates that the process has full access to the IO devices.

This value is expected for a desktop application, or for a Desktop Bridge application.

Limited 1 Indicates that the process has limited access to the IO devices.

This value is expected for a UWP app.

See Also