DECLARE_HANDLE(name)
The DECLARE_HANDLE macro creates a data type that can be used to define 16-bit handles.
name
Specifies the name of the new data type.
The DECLARE_HANDLE macro is defined in WINDOWS.H as follows:
#define DECLARE_HANDLE(name) struct name##__ { int unused; }; \
typedef const struct name##__ NEAR* name