How to I use the GetDIBits() function to get every 64 bits of pixel on an image?
Although a pixel has 24 bits(RGB), but I need to get 64 bits which might be 2 pixels or 3 pixels at any one time.

Please help.

Dev.