nn::fs::PriorityForApplication Enumerated Typeenum PriorityForApplication;
| Value | Description |
|---|---|
PRIORITY_APP_REALTIME |
Specifies that file accesses have real-time priority. |
PRIORITY_APP_NORMAL |
Specifies that file accesses have normal priority. |
PRIORITY_APP_LOW |
Specifies that file accesses have low priority. |
An enumerated type that represents file access priorities.
CONFIDENTIAL