หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 |