There are several applications around that display objects on the Windows taskbar but do no implement the IDeskBand interface. For example, the Lenovo batter meter and Notebook BatteryInfo.
For example:
In the picture above, the object on the taskbar is put there by the application and disappears when the application closes. This is different than IDeskBand in which the COM object is loaded directly by explorer.exe.
What API/Method can be used in Windows to accomplish that?