Variable Dds.Header.DDPF.four_cc

Four-character codes for specifying compressed or custom formats. Possible values include: DXT1, DXT2, DXT3, DXT4, or DXT5.

struct Dds.Header.DDPF
{
  // ...
  char[4] four_cc ;
  // ...
}