#include <nnsys/g2d/g2d_load.h>NNSG2dBinaryBlockHeader* NNS_G2dFindBinaryBlock
(
NNSG2dBinaryFileHeader* pBinFileHeader,
u32 signature
);
| pBinFileHeader | [IN] Binary file header |
| signature | [IN] Binary block identifier |
The address of the first block that corresponds to the assigned binary block identifier.
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.
None.
05/28/2004 Initial version.
CONFIDENTIAL