win32api.HIWORD

int = HIWORD(val)

An interface to the win32api HIWORD macro.

Parameters

val : int

The value to retrieve the HIWORD from.

Comments

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