I am new to Windows programming and I\'m trying to discover the best way to check for the existence of Windows Shell API functions. I want to use some of the new taskbar fea
LoadLibrary and GetProcAddress will be your friends.
Also, check out this tutorial.