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
you should use LoadLibrary and GetProcAddress to dynamically load and invoke the new functionality.