wbemprox: Use return length from NtQuerySystemInformationEx().

Merged Brendan Shanks requested to merge bshanks/wine:wbemprox into master

The return length is unlikely to change between the two NtQuerySystemInformationEx calls, but it's possible, and it's more correct to parse the entries with the length from the call where the data was returned.

Merge request reports