I know I\'m being lazy here and I should trawl the header files for myself, but what are the actual types for LPARAM and WPARAM parameters? Are they pointers, or four byte i
c++ in linux and windows 64bit tested, the most simple solution I found:
#define WPARAM long long unsigned int #define LPARAM long long int