On Thu Jun 13 05:13:01 2024 +0000, Alex Henrie wrote:
In new code it is preferable to write `void *` instead of `PVOID` and `const WCHAR *` instead of `PCWSTR`. Also, please try to match the style of the previous structs in this file: Four-space indentation, `{` on its own line, one space between the member type and the member name.
I updated the types. Oh, my bad for the formatting, it should be fixed now.