NNS_G2dFindBinaryBlock

Syntax

#include <nnsys/g2d/g2d_load.h>

    NNSG2dBinaryBlockHeader* NNS_G2dFindBinaryBlock
    ( 
        NNSG2dBinaryFileHeader* pBinFileHeader, 
        u32                     signature 
    );
    

Arguments

pBinFileHeader [IN] Binary file header
signature [IN] Binary block identifier

Return Values

The address of the first block that matches the specified binary block identifier.

Description

Gets the binary block that has the specified block identifier from a binary file.

Returns a NULL value if it could not be obtained.

See Also

None.

Revision History

2004/05/28 Initial version.


CONFIDENTIAL