How do I retrieve an unsigned quad (UINT64) from a Variant? I tried several things and they all return '0'...
For instance Variant#(MyVariant) also returns '0'. Do I need to use VariantVT() somehow?
[edit]
For some reason, if I use Variant$ on places where an uint64 is expected, all goes well...
Is this a MS docu error, or does it have another cause? (Happens with Win32_DiskDrive )
[/edit]
For instance Variant#(MyVariant) also returns '0'. Do I need to use VariantVT() somehow?
[edit]
For some reason, if I use Variant$ on places where an uint64 is expected, all goes well...
Is this a MS docu error, or does it have another cause? (Happens with Win32_DiskDrive )
[/edit]
Comment