NNS_G2dEntryOamManagerOamWithAffineIdx

C Specification

#include <nnsys/g2d/g2d_Oam.h>
BOOL NNS_G2dEntryOamManagerOamWithAffineIdx
                      ( 
        NNSG2dOamManagerInstance*       pMan, 
        const GXOamAttr*                pOam, 
        u16                         affineIdx );

Arguments

pMan [OUT] OAM manager entity
pOam [IN] GXOamAttr address to be registered
affineIdx [IN] Index of the affine parameters used by the GXOamAttr to be registered

Return Values

If there is not enough free space, nothing is registered and FALSE is returned.

Description

Registers OBJ in the OAM manager. NNS_G2dEntryNewOamWithAffineIdx has undergone a name change. This function will remain to preserve compatibility.

See Also

NNS_G2dEntryNewOamWithAffineIdx, NNS_G2dEntryOamManagerOam

Revision History

08/02/2004 Renamed function.

05/28/2004 Initial version.


CONFIDENTIAL