0
kicks
Setting Decimal value on PropVariant - Arik Poznanski's Blog
Setting Decimal value on PropVariant
PROPVARIANT is Important
PROPVARIANT is an important COM structure that is used in many windows shell features like: Shell Namespace Extensions, Taskbar Jump List, Sensors and Windows Ribbon Framework, just to name a few.
In order to use these shell features in managed code, one must provide a .NET wrapper for this struct.
Now, you might have expected that if this struct is so important, there would be good .NET wrappers for it..
Unfortunately, this is not the ...