Note that this a discussion thread for Wayne Diamond's
Extract files from VB6 .FRX in the Source Code forum.
I suspect that the dwUnknown1 is the number of bytes to skip
to get to the next item (or EOF)
I.e. ItmSz-HdrSz-SizeofMe (or looking at it simply, sizeofObjet+8
This seems consistent with you hex dump and from what I seem to
(very vaguely) remember when I look at frx files years ago.
Why MS needs/wants a separate field that can be simply calculated
is unclear.
Still no clue as to dwUnknown2.
BTW, I hate Hungarian notation, but that is my failing.
Mike
Extract files from VB6 .FRX in the Source Code forum.
I suspect that the dwUnknown1 is the number of bytes to skip
to get to the next item (or EOF)
I.e. ItmSz-HdrSz-SizeofMe (or looking at it simply, sizeofObjet+8
This seems consistent with you hex dump and from what I seem to
(very vaguely) remember when I look at frx files years ago.
Why MS needs/wants a separate field that can be simply calculated
is unclear.
Still no clue as to dwUnknown2.
BTW, I hate Hungarian notation, but that is my failing.
Mike
Comment