ReactOS 0.4.15-dev-7842-g558ab78
wownt32.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HWND_16(h32)   (LOWORD(h32))
 
#define HWND_32(h16)   ((HWND) (ULONG_PTR)(h16))
 

Macro Definition Documentation

◆ HWND_16

#define HWND_16 (   h32)    (LOWORD(h32))

Definition at line 25 of file wownt32.h.

◆ HWND_32

#define HWND_32 (   h16)    ((HWND) (ULONG_PTR)(h16))

Definition at line 29 of file wownt32.h.