#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 matches the specified binary block identifier.
Gets the binary block that has the specified block identifier from a binary file.
Returns a NULL
value if it could not be obtained.
None.
2004/05/28 Initial version.
CONFIDENTIAL