NNS_G2dFindBinaryBlock

C Specification

#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 corresponds to the assigned binary block identifier.

Description

Gets a pointer from a binary file that points to the binary block that has the assigned block identifier.

Returns a NULL value if the binary block cannot be obtained.

See Also

None.

Revision History

2004/05/28 Initial version.


CONFIDENTIAL