LPBITMAPINFOHEADER

[This is preliminary documentation and subject to change.]

typedef struct
{
   DWORD      biSize;
   LONG       biWidth;
   LONG       biHeight;
   WORD       biPlanes;
   WORD       biBitCount;
   DWORD      biCompression;
   DWORD      biSizeImage;
   LONG       biXPelsPerMeter;
   LONG       biYPelsPerMeter;
   DWORD      biClrUsed;
   DWORD      biClrImportant;
} *LPBITMAPINFOHEADER;