NNS_G2dGetUserExCellAttr

C Specification

#include <nnsys/g2d/fmt/g2d_Cell_data.h>
static inline const NNSG2dUserExCellAttr* 
NNS_G2dGetUserExCellAttr
( 
const NNSG2dUserExCellAttrBank* pCellAttrBank, 
u16                             idx
);

Arguments

pCellAttrBank [IN] Cell user extended attribute bank
idx [IN] Cell number

Return Values

The cell user extended attribute

Description

Obtains the cell user extended attribute from the cell extended attribute bank by specifying the cell number. Returns a NULL value if it could not be obtained. You must convert the data by specifying the -oua option to use the user extended attributes.

See Also

None.

Revision History

09/01/2005 Initial version.