Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
The BMP_IMAGE_INFO structure contains information about a BMP image.
Syntax
typedef struct _BMP_IMAGE_INFO {
INT Width;
INT Height;
INT ByteWidth;
INT Size;
} BMP_IMAGE_INFO, *PBMP_IMAGE_INFO;
Members
Width
Specifies the width of the image, in pixels.
Height
Specifies the height of the image, in lines.
ByteWidth
Specifies the width of the image, in bytes.
Size
Specifies the total size of the image, including headers, in bytes.
Requirements
Requirement | Value |
---|---|
Header | wiautil.h (include Wiautil.h, Wiamindr.h) |