github.com/go-ole/go-ole@v1.2.6/variant_arm.go (about)

     1  // +build arm
     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  }