On 2/1/07, John Smith xixsimplicityxix@gmail.com wrote:
When RasEnumConnections completes the expected behaviour is to have the needed buffer size stored in *lpcb. Right now wine just leaves it at whatever size was passed. The windows 2000 behaviour (tested) for when they're are zero connections, *lpcb is 0.
Changelog: RasEnumConnections the buffersize needed reported is now 0 when the number of connections is 0
You need to add a test to the test suite for this.