NNS_G2dEntryNewOamEx

C Specification

#include <nnsys/g2d/g2d_OAME‚˜.h>
BOOL NNS_G2dEntryNewOamEx( 
                            NNSG2dOamManagerInstanceEx*     pMan, 
                            const GXOamAttr*                pOam, 
                            u8                              priority );
  

Arguments

pMan [OUT] Extended OAM manager entity
pOam [IN] OAM attribute
priority [IN] Display priority (order of registration for drawing)

Return Values

Success or failure of registration

Description

Registers OBJs in the extended OAM Manager and specifies the order of the entry when it is drawn. When actually applied to the hardware, this will register to the OAM in the designated display priority order. The name of this function has changed to NNS_G2dEntryOamManExOam. In order to maintain compatibility, the previous function was kept under a different name.

See Also

NNS_G2dEntryOamManExOam, NNS_G2dEntryOamManExOamWithAffineIdx

Revision History

2004/08/02 Renamed function

2004/06/22 Initial version


CONFIDENTIAL