NNS_G2dIsBinFileValid

C Specification

#include <nnsys/g2d/g2d_load.h>
static inline BOOL NNS_G2dIsBinFileValid(
                        const NNSG2dBinaryFileHeader*   pBinFile, 
                        u32                             binFileSig, 
                        u16                             version 
                      );

Arguments

pBinFile [IN] Binary file
binFileSig [IN] Binary file identifier
version [IN] Version

Return Values

TRUE if the file corresponds to the objective.

Description

Determines if the binary file that is loaded from the file corresponds to the objective.

See Also

NNS_G2dUnPack*

Revision History

2004/05/28 Initial version.


CONFIDENTIAL