class
	WEL_BITMAP_FILE_HEADER

General
	cluster: wel
	description: "Contains information about the type, size, and layout of a file that contains a device-independent bitmap (DIB)."
	create: make_by_pointer, make

Ancestors
	WEL_STRUCTURE*

Queries
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_BITMAP_FILE_HEADER): BOOLEAN
	item: POINTER
	off_bits: INTEGER_32
	reserved1: INTEGER_32
	reserved2: INTEGER_32
	shared: BOOLEAN
	size: INTEGER_32
	Structure_size: INTEGER_32
	type: INTEGER_32

Commands
	copy (other: [like Current] WEL_BITMAP_FILE_HEADER)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_item (an_item: POINTER)
	set_off_bits (a_off_bits: INTEGER_32)
	set_reserved1 (a_reserved1: INTEGER_32)
	set_reserved2 (a_reserved2: INTEGER_32)
	set_shared
	set_size (a_size: INTEGER_32)
	set_type (a_type: INTEGER_32)
	set_unshared