nn::boss::TaskIdInfoList Structure

Syntax

struct TaskIdInfoList
{
   u16 size;
   u8 taskId[MAX_TASK_ID][TASK_ID_LENGTH];
};

Description

Definition of an internal structure that maintains attribute information for the TaskIdList class.

Member Variables

size Valid size of the task ID list.
taskId Task ID list.

CONFIDENTIAL