aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-ole/go-ole/variant_386.go
blob: e73736bf391791b783a7e121fda36b1de76e059e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// +build 386

package ole

type VARIANT struct {
    VT         VT     //  2
    wReserved1 uint16 //  4
    wReserved2 uint16 //  6
    wReserved3 uint16 //  8
    Val        int64  // 16
}