Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

MONITORINFO struct mixed up #520

Closed
@AlexanderTaeschner

Description

@AlexanderTaeschner

The struct User32.MONITORINFO defined at

public struct MONITORINFO
{
public int cbSize;
public uint dwFlags;
public RECT rcMonitor;
public RECT rcWork;
}
is mixed up according to https://docs.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-monitorinfo. The field dwFlags should be the last one.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions