SetPriority

nn::fs::FileOutputStream::SetPriority Member Function

Syntax

void SetPriority(
     s32 priority
);

Parameters

Name Description
in priority Process priority (specify nn::fs::PRIORITY_APP_REALTIME, nn::fs::PRIORITY_APP_NORMAL, or nn::fs::PRIORITY_APP_LOW).

Return Values

None.

Description

Sets the access priority for a stream.

This function sets the process priority of operations on a stream.

For details on the priority argument, see PriorityForApplication.

For details on access priorities, see Access Priorities.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL