nn::boss::GetOwnNsDataIdList Function

Syntax

nn::Result GetOwnNsDataIdList(
     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 NSD serial IDs.

Return Values

Returns the result of the operation.

Description

Gets a list of NS content excluding shared NSD. In other words, returns a list of NSD for just the calling application, even if there is shared NSD.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL