NNS_G3dGetResDataByName

Syntax

#include <nnsys/g3d/binres/res_struct_accessor.h>
void*
NNS_G3dGetResDataByName(
    const NNSG3dResDict* dict,
    const NNSG3dResName* name
);

Arguments

dict The pointer to the dictionary
name The resource name

Return Values

Returns the pointer to the entry that corresponds to the resource name. Returns a NULL if an entry that corresponds to the resource name cannot be found.

Description

This function searches for the entry that corresponds to the resource name name from the dictionary dict.

See Also

NNS_G3dGetResDictIdxByName

Revision History

2004/08/02 Initial version.


CONFIDENTIAL