I am working on an INC for Windows messages (Basically translates wParam and lParam into readable statements for logging, or looking up possible errors etc.
The deeper I get though the more I find Docs only show 1 parameter or states that it takes no parameters.
In cases like these is it safe to consider those values to be zero? or some value like Invalid_Handle? or something else I would have to pass if I were doing a SendMessage????
I am also starting to see why no one (that I have found yet) has done this as the few messages I have documented in my code is really monotonous compared to looking up Messages in the Docs only when I use them
The deeper I get though the more I find Docs only show 1 parameter or states that it takes no parameters.
In cases like these is it safe to consider those values to be zero? or some value like Invalid_Handle? or something else I would have to pass if I were doing a SendMessage????
I am also starting to see why no one (that I have found yet) has done this as the few messages I have documented in my code is really monotonous compared to looking up Messages in the Docs only when I use them

Comment