kernel32: add GetVolumeInformationByHandleW stub

Nikolay Sivov bunglehead at gmail.com
Mon Apr 4 13:28:03 CDT 2016


> +@ stdcall GetVolumeInformationByHandleW(ptr wstr long ptr ptr ptr wstr long)

All string buffers are out parameters.

> +    FIXME("%p %s %d %p %p %p %s %d\n", handle, debugstr_w(volnamebuf), volnamesize, volserial, maxlength, flags, debugstr_w(fsnamebuf), fsnamesize);

Should be fixed too.



More information about the wine-devel mailing list