NNS_G2dIsBinFileValid

Syntax

#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 exactly matches the target.

Description

Determines if the binary file that is loaded from the file has one-to-one correspondence with the target.

See Also

NNS_G2dUnPack*

Revision History

2004/05/28 Initial version.


CONFIDENTIAL