Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32api
>
LOWORD
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.