James Hawkins wrote:
On Mon, Apr 21, 2008 at 10:40 AM, Dmitry Timoshkov dmitry@codeweavers.com wrote:
"Paul Vriens" paul.vriens.wine@gmail.com wrote:
Is there a specific combination you are looking for? Huge width, small height?
Anything you could test that will lead to a reasonable conclusion.
Or the maximum size possible?
At least we need to know this one.
The maximum values for both width and height on win2k is 32767. Anything above that on either parameter returns ERROR_INVALID_PARAMETER. Both params can be 32767 at the same time and the call will still succeed (assuming there's enough memory left).
Yep, exactly what I just found.