mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
bmBits is only used and assigned on output. It points (holds the address) to the array of DIB bit values. The "Bits" parameter is however a pointer to a variable that will receive the address of that array. So it makes no sense to initially assign bmBits to the value of the Bits parameter...