Jose's Read Only Forum 2023

IT-Consultant: José Roca (PBWIN 10+/PBCC 6+) (Archive only) => Windows API Headers => Topic started by: Pierre Bellisle on March 21, 2017, 01:01:08 AM

Title: HSHELL_MONITORCHANGED
Post by: Pierre Bellisle on March 21, 2017, 01:01:08 AM
Hola José,

I was in need for this...  :-)

#if(_WIN32_WINNT >= 0x0602)
#define HSHELL_MONITORCHANGED 16
#endif /* _WIN32_WINNT >= 0x0602 */

%HSHELL_MONITORCHANGED = 16&

Jose\Windows API Headers\3.1.07\WinUser.inc

Related to RegisterShellHookWindow()

Take care,
Pierre
Title: Re: HSHELL_MONITORCHANGED
Post by: José Roca on March 21, 2017, 04:38:54 AM
Thanks. I have added it to the include file.