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