PriorityForApplication

nn::fs::PriorityForApplication Enumerated Type

Syntax

enum PriorityForApplication;

Value

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.

Description

An enumerated type that represents file access priorities.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL