Windows Data Types
HANDLE is a value that identifies some resources
HWND is a 32-bit integer that is used as a window handle
UINT is an unsigned 32-bit integer
BYTE is an 8-bit unsigned character
WORD is a 16-bit unsigned short integer
DWORD is an unsigned long integer