|
|
|
|
66
|
unknown, _ := oleutil.CreateObject("yinhai.yh_hb_sctr")
|
66
|
unknown, _ := oleutil.CreateObject("yinhai.yh_hb_sctr")
|
67
|
xmlhttp, _ := unknown.QueryInterface(ole.IID_IDispatch)
|
67
|
xmlhttp, _ := unknown.QueryInterface(ole.IID_IDispatch)
|
68
|
var str3 string
|
68
|
var str3 string
|
69
|
- oleutil.CallMethod(xmlhttp, "yh_hb_call", "1201", string(bytesData), str3)
|
|
|
|
|
69
|
+ result, _ := oleutil.CallMethod(xmlhttp, "yh_hb_call", "1201", string(bytesData), str3)
|
70
|
fmt.Println("~~~~~~~~")
|
70
|
fmt.Println("~~~~~~~~")
|
71
|
- fmt.Println(str3)
|
|
|
|
|
71
|
+ fmt.Println(result)
|
|
|
72
|
+ fmt.Println(result.ToString())
|
|
|
73
|
+ fmt.Println(result.Value())
|
|
|
74
|
+
|
72
|
fmt.Println("~~~~~~~~")
|
75
|
fmt.Println("~~~~~~~~")
|
73
|
//fmt.Println("~~~~~~~~")
|
76
|
//fmt.Println("~~~~~~~~")
|
74
|
//fmt.Println(xmlhttp)
|
77
|
//fmt.Println(xmlhttp)
|