Skip to content

GetClassNameW function argument mutability #1496

@CentricStorm

Description

@CentricStorm

With version 0.32.0 the GetClassNameW function now accepts a PWSTR containing a *const to an immutable string buffer even though the string buffer could be written to.

There may need to be separate types PCWSTR (*const) and PWSTR (*mut) to address this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions