Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
The AppPolicyCreateFileAccess enumeration indicates whether a process has full or restricted access to the IO devices (file, file stream, directory, physical disk, volume, console buffer, tape drive, communications resource, mailslot, and pipe).
Syntax
typedef enum AppPolicyCreateFileAccess {
AppPolicyCreateFileAccess_Full,
AppPolicyCreateFileAccess_Limited
} ;
Constants
AppPolicyCreateFileAccess_FullIndicates that the process has full access to the IO devices. This value is expected for a desktop application, or for a Desktop Bridge application. |
AppPolicyCreateFileAccess_LimitedIndicates that the process has limited access to the IO devices. This value is expected for a UWP app. |
Requirements
| Requirement | Value |
|---|---|
| Header | appmodel.h |