Quote:
Originally Posted by tompe
# 4 DWord dwSize //including first two fields (put 0x18 here)
If I put 0x18 here it does not work. If I put 0xE4 here as in my example document then it works but the title did not work. So what does this number mean?
|
I just realized what this field is. It is a pointer to the block that starts with EXTH. The first number after that sees to be the size of this block. But I have not managed to see how it is coded.
Maybe I should try to set this pointer to 0 and see if that means that this block does not exist.