ATM_ADDRESS = packed record AddressType: DWORD; NumofDigits: DWORD; Addr: Array[0..(ATM_ADDR_SIZE)-1] of Byte; end;