Can someone explain the use of the last parameter in the CreateWindowEx, called void* pParam or something like that?
I believe it is used to pass a pointer to be used with the WndProcedure, but im not sure. And if thats the case, I really need it.. But how do we use it?