Hi all,
I had a question about a specific function in the winGDI api, CreateDIBsection()
It looks to me like you pass this function a BITMAPINFO and a void**, and it points that pointer to direct memory access to the bits it allocates. However, it doesn't pass you back anything specifying...