On 4/23/06, Aidan Thornton <[EMAIL PROTECTED]> wrote: > Hi, > > Is there any particular reason why NetUserGetInfo returns success if > it's called with a valid but unsupported value for level? This seems to > cause problems for at least MSYS (part of MinGW), as it assumes this > means that *bufptr has been set to something valid, when in fact the > function call hasn't done this, or indeed anything much. (See bug #4488.) >
Most stub API in wine return TRUE/success, because many apps just check that the function succeeds and might not depend on the actual outcome of the API. -- James Hawkins
