#include <nnsys/g3d/binres/res_struct_accessor.h>
int
NNS_G3dGetResDictIdxByName(
const NNSG3dResDict* dict,
const NNSG3dResName* name
);
dict | The pointer to the dictionary |
name | The resource name |
This function returns the index that corresponds to the resource name. A negative value is returned if an index value that corresponds to the resource name cannot be found.
This function searches for the index that corresponds to the resource name name
from the dictionary dict
.
2004/08/02 Initial version.
CONFIDENTIAL