nw::ut::GetNextBinaryBlockHeader Function

Syntax

const BinaryBlockHeader * GetNextBinaryBlockHeader(
     const BinaryFileHeader * pFileHeader,
     const BinaryBlockHeader * pBlockHeader
);

Arguments

Name Description
in pFileHeader Pointer to the target file header.
in pBlockHeader Pointer to the current block header.

Return Values

Returns the next block header after blockHeader. Returns NULL if there is no next block. Returns the first block header if blockHeader is NULL.

Description

Gets the next block header inside NintendoWare standard binary files.


CONFIDENTIAL