Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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 |