nn::boss::GetNewDataNsDataIdList Function

Syntax

nn::Result GetNewDataNsDataIdList(
     u32 dataType,
     NsDataIdList * pNsDataId
);

Arguments

Name Description
in dataType Specifies the data type. (Use DATA_TYPE_ALL to specify all data types)
out pNsDataId Specifies an object storing a list of content data.

Return Values

Returns the result of the operation.

Description

Gets a list of newly arrived NS content. The new arrival flag is cleared if this function is used to get all lists.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL