0
Fixed

[W521] False positive with @Result

Uwe Schuster 10 years ago updated by Roman 10 years ago 3
Using @Result as parameter leads to W521.

SystemParametersInfo(SPI_GETWORKAREA, 0, @Result, 0);//-> W521
SystemParametersInfo(SPI_GETWORKAREA, 0, Result, 0);//-> no W521