nn::boss::GetTaskIdList Functionnn::Result GetTaskIdList( TaskIdList * pTaskIdList );
| Name | Description | |
|---|---|---|
| out | pTaskIdList | Specifies an object storing a list of task IDs. |
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
Retrieval successful. |
ResultInvalidTaskIdList |
The pointer for getting the task ID list is NULL. |
ResultIpcNotSessionInitialized |
The session has not been initialized. This result is returned if this function is called before the Initialize function. Always call the Initialize function first thing when you use the BOSS library. |
| A value other than the above. | Unexpected error (see boss_Result.h for error details). |
Gets a list of registered task IDs.
You must create an instance of the TaskIdList class in advance. Note that this instance requires approximately 1 KB of memory to get a list.
CONFIDENTIAL