You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
Hello, currently
MENUITEMINFO.Create()
is instance method and if I need to create the struct with correct size, I need to do this:Currently, I don't see any advantage of non-static
.Create()
because it doesn't utilize original struct's state:I think that it will be more convenient to make this method static to avoid
mii
declaration (or provide alternative way to initialize the struct):The text was updated successfully, but these errors were encountered: