c# - Does anybody know what means ShellHook message HSHELL_RUDEAPPACTIVATED? -
I am writing an application that installs shell hook to get shell event (I am using C # If this is the case). I am using this example:
The hook is working fine, but I did not find the message on which I am interested: HSHLL_WindowEctivated (all other window-related events work well ). Instead, I am getting a message with 32772 code, which should be HSHLL_RUADAPactive (some tablets help)
but I do not understand why I have not received HSHLL-WindowActivated and What does the HSHLLURAAPAPactivated message mean? There is no mention of MSDN. Can anyone explain this to me?
HSHLLURUPAPAPECTIATED
32772, which is just HSHELL_WINDOWACTIVATED
Whatever I can gather on various web sites, it appears that Windows sends this message when a full-screen app is active. To tell for hard work.
Have you tried to keep that message similar to 'HSHLL_WindowEctivated'?
Comments
Post a Comment