Introduction - If you have any usage issues, please Google them yourself
Field Signature is marked as unsigned integer (ui4), but when it is quered from COM interface it is returned as VT_I4 which is signed
type (should be VT_UI4). This require to do ugly hacks for proper work. Requesting this field from VB is ok, but from C++ there is
wrong value returned.