nn::boss::GetNsDataIdList Function

Syntax

nn::Result GetNsDataIdList(
     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 NS content for the specified data type.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL