Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32api
>
LOBYTE
win32api
.LOBYTE
int =
LOBYTE(
val
)
An interface to the win32api LOBYTE macro.
Parameters
val
: int
The value to retrieve the LOBYTE from.
Comments
This is simply a wrapper to a C++ macro.