[GD-Windows] GetDIBits() return values
Brought to you by:
vexxed72
From: Brian H. <ho...@bo...> - 2006-01-04 22:41:54
|
On occasion GetDIBits() returns 0, indicating failure, but GetLastError() returns 0, indicating success. The dimensions I pass in are scan start=3D0,scanlines=3D12. Everything seems to work fine, but very occasionally (< 1% of the time) I get a return value that !=3D 12. Anyone know under what conditions this might happen? Thanks, Brian |