win32api.MAKEWORD
int = MAKEWORD(low, high )
creates a WORD value by concatenating the specified values.
Parameters
Comments
This is simply a wrapper to a C++ macro.
int = MAKEWORD(low, high )
creates a WORD value by concatenating the specified values.