win32api.LOWORD

int = LOWORD(val)

An interface to the win32api LOWORD macro.

Parameters

val : int

The value to retrieve the LOWORD from.

Comments

This is simply a wrapper to a C++ macro.