Skip to content

PAINTSTRUCT is not defined properly #625

@JeremyKuhne

Description

@JeremyKuhne

PAINTSTRUCT is currently being generated as:

internal partial struct PAINTSTRUCT
{
	internal winmdroot.Graphics.Gdi.HDC hdc;
	internal winmdroot.Foundation.BOOL fErase;
	internal winmdroot.Foundation.RECT rcPaint;
	internal winmdroot.Foundation.BOOL fRestore;
	internal winmdroot.Foundation.BOOL fIncUpdate;
	internal unsafe byte* rgbReserved;
}

The final field is actually a fixed array:

BYTE rgbReserved[32];

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpartner

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions