github.com/hspan/go-ole@v0.0.0/variant_amd64.go (about)

     1  // +build amd64
     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  	_          [8]byte // 24
    12  }