
0
Fixed
[W521] False positive with @Result
Using @Result as parameter leads to W521.
SystemParametersInfo(SPI_GETWORKAREA, 0, @Result, 0);//-> W521
SystemParametersInfo(SPI_GETWORKAREA, 0, Result, 0);//-> no W521
SystemParametersInfo(SPI_GETWORKAREA, 0, @Result, 0);//-> W521
SystemParametersInfo(SPI_GETWORKAREA, 0, Result, 0);//-> no W521

0
Planned
Roman 10 years ago

0
Started
Roman 10 years ago

0
Fixed
Roman 10 years ago
Customer support service by UserEcho