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

     1  //go:build arm64
     2  // +build arm64
     3  
     4  package ole
     5  
     6  type VARIANT struct {
     7  	VT         VT      //  2
     8  	wReserved1 uint16  //  4
     9  	wReserved2 uint16  //  6
    10  	wReserved3 uint16  //  8
    11  	Val        int64   // 16
    12  	_          [8]byte // 24
    13  }