ResourceSizeTable.product.rsizetable: Difference between revisions

no edit summary
imported>Leoetlino
imported>Leoetlino
No edit summary
 
Line 8: Line 8:
<syntaxhighlight lang="c++">
<syntaxhighlight lang="c++">
struct RstbHeader {
struct RstbHeader {
   u32 magic;           // 'RSTB'
   char magic[4];       // 'RSTB'
   u32 crc32TableSize;  // number of entries - can be 0 to indicate there is no crc32 table
   u32 crc32TableSize;  // number of entries - can be 0 to indicate there is no crc32 table
   u32 nameTableSize;  // number of entries - can be 0 to indicate there is no name table
   u32 nameTableSize;  // number of entries - can be 0 to indicate there is no name table
Anonymous user