Is it as simple as ...
Code: Select all
hdr_royl = filbuff[ n ]
Code: Select all
Dim filbuff As Any Ptr
Type hdrtyp1 Field = 1
As ULong sig
As UByte typ
As UByte ignore1
As UShort ignore2
As UShort modid
As UShort modsiz
As Integer cksm
As ULongInt modver
End Type
Dim hdr_royl As hdrtyp1