#include <nnsys/g3d/binres/res_struct_accessor.h>
void*
NNS_G3dGetResDataByName(
const NNSG3dResDict* dict,
const NNSG3dResName* name
);
| dict | The pointer to the dictionary |
| name | The resource name |
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.
This function searches for the entry that corresponds to the resource name name from the dictionary dict.
2004/08/02 Initial version.
CONFIDENTIAL