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).
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum AppPolicyCreateFileAccess
Public Enumeration AppPolicyCreateFileAccess
Dim instance As AppPolicyCreateFileAccess
public enum class AppPolicyCreateFileAccess
type AppPolicyCreateFileAccess
No code example is currently available or this language may not be supported.
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.
|