Skip to content

DescribePixelFormat expects type PFD_PIXEL_TYPE but this should be int instead #23

@ricknijhuis

Description

@ricknijhuis

Currently DescribePixelFormat expects type PFD_PIXEL_TYPE for the parameter iPixelFormat that contains 2 values, RGBA = 0 and COLORINDEX = 1. I am not sure where these values come from because the iPixelFormat should be any valid pixelformat not just 0 and 1.
I believe this might be fixed by just regenerating the code using the latest version of win32meta as they had this issue fixed, see: microsoft/win32metadata#1383

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions