#include <nnsys/g2d/load/g2d_NCE_load.h>
const NNSG2dCellData* NNS_G2dGetCellDataByIdx(
const NNSG2dCellDataBank* pCellData,
u16 idx );
| pCellData | [IN] Cell data bank |
| idx | [IN] Index |
Cell data.
Gets the cell data with the index assignment from the cell data bank. Returns NULL when an invalid index is specified.
None.
05/28/2004 Initial version.