On Fri, 16 Feb 2024 08:42:28 GMT, Christoph Langer <clan...@openjdk.org> wrote:
>> Right, that's what's written. But (in the documentation,) the function is >> declared as `BOOL GetMonitorInfoW...`. So I could epxect return values of >> TRUE/FALSE, no? > > Addressed. > So I could epxect return values of TRUE/FALSE, no? Likely, yes… But `BOOL` is `int` in disguise and can have other values… ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17614#discussion_r1492306729