• Welcome to Jose's Read Only Forum 2023.
 

HSHELL_MONITORCHANGED

Started by Pierre Bellisle, March 21, 2017, 01:01:08 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Pierre Bellisle

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

José Roca

Thanks. I have added it to the include file.