php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
bmp_hdr_t Struct Reference

#include <bmp.h>

Data Fields

signed short int magic
 
int size
 
signed short int reserved1
 
signed short int reserved2
 
signed int off
 

Detailed Description

Definition at line 50 of file bmp.h.

Field Documentation

◆ magic

signed short int bmp_hdr_t::magic

Definition at line 52 of file bmp.h.

◆ off

signed int bmp_hdr_t::off

Definition at line 62 of file bmp.h.

◆ reserved1

signed short int bmp_hdr_t::reserved1

Definition at line 58 of file bmp.h.

◆ reserved2

signed short int bmp_hdr_t::reserved2

Definition at line 59 of file bmp.h.

◆ size

int bmp_hdr_t::size

Definition at line 55 of file bmp.h.


The documentation for this struct was generated from the following file: