[PATCH v2 3/6] setupapi: Implement SetupQueryDrivesInDiskSpaceList.

Nikolay Sivov nsivov at codeweavers.com
Sun Oct 20 04:24:50 CDT 2019


On 10/19/19 9:55 PM, Vijay Kiran Kamuju wrote:

> +    ret = SetupQueryDrivesInDiskSpaceListW(diskspace, bufferW ? bufferW : (WCHAR *)buffer,
> +                                           size, required_size);
Why is there a need to ever pass A-function output buffer to W-function?



More information about the wine-devel mailing list