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