NNS_G2dGetUserExCellAttr

Syntax

#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

Gets the cell user extended attribute from the cell extended attribute bank by specifying the cell number. Returns NULL 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

2005/09/01 Initial version.


CONFIDENTIAL