github.com/ContinuumLLC/godep-go-ole-go-ole@v1.2.0/variant_386.go (about) 1 // +build 386 2 3 package ole 4 5 type VARIANT struct { 6 VT VT // 2 7 wReserved1 uint16 // 4 8 wReserved2 uint16 // 6 9 wReserved3 uint16 // 8 10 Val int64 // 16 11 }