Advanced Windows API Functions
This page contains usefull informations about undocumented or commonly not used windows API functions.
Using those windows API functions can sometimes make things a lot easier. Therefore some very important functions are described below.
Shell Hooks (WH_SHELL) with RegisterShellHook() - Read More
Receiving shell notification message can be done without an external shell hook dll file by just using window messages...
Changing the Foreground Window - Read More
Using SetForegroundWindow is restricted and only possible under certain conditions. Sometimes it is necessary to allow another process to set itself to the foreground...
The different Shell Hooks messages The params for those messages and when they are received by a shell hook window...
