Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-ole/go-ole
/ functions
Functions
383 in github.com/go-ole/go-ole
⨍
Functions
383
◇
Types & classes
50
Function
GetVariantDate
GetVariantDate converts COM Variant Time value to Go time.Time.
variant_date_amd64.go:13
Function
GetVariantDate
GetVariantDate converts COM Variant Time value to Go time.Time.
variant_date_arm64.go:14
Function
GetVariantDate
GetVariantDate converts COM Variant Time value to Go time.Time.
variant_date_arm.go:13
Method
IDispatch
(interfaceID *GUID)
iunknown.go:29
Function
IIDFromString
IIDFromString returns GUID from program ID.
com.go:199
Function
IIDFromString
IIDFromString returns GUID from program ID.
com_func.go:85
Function
Invoke
(this *ole.IDispatch, dispid int, riid *ole.GUID, lcid int, flags int16, dispparams *ole.DISPPARAMS, result *o
_example/winsock/winsock.go:77
Function
LOGetCellError
LOGetCellError returns the error value of a cell (dummy code, FIXME)
_example/libreoffice/libreoffice.go:75
Function
LOGetCellRangeByName
LOGetCellRangeByName returns a named range (e.g. "A1:B4")
_example/libreoffice/libreoffice.go:58
Function
LOGetCellValue
LOGetCellValue returns the cell's internal value (not formatted, dummy code, FIXME)
_example/libreoffice/libreoffice.go:68
Function
LOOpenFile
LOOpenFile opens a file (text, spreadsheet, ...) in a new window and returns a document handle. Example: /home/testuser/spreadsheet.ods
_example/libreoffice/libreoffice.go:110
Function
LOSaveFile
LOSaveFile saves the current document. Only works if a file already exists, see https://wiki.openoffice.org/wiki/Saving_a_document
_example/libreoffice/libreoffice.go:121
Function
LOSetCellFormulaLocal
LOSetCellFormulaLocal sets the formula in the user's language (e.g. German =SUMME instead of =SUM)
_example/libreoffice/libreoffice.go:95
Method
MustCall
MustCall method on IDispatch with parameters.
connect.go:90
Method
MustGet
MustGet property on IDispatch with parameters.
connect.go:115
Function
MustPutPropertyRef
MustPutPropertyRef mutates property reference or panics.
oleutil/oleutil.go:97
Method
MustSet
MustSet property on IDispatch with parameters.
connect.go:139
Function
NewErrorWithDescription
NewErrorWithDescription creates new COM error with HResult and description.
error.go:16
Function
NewHString
NewHString returns a new HString for Go string.
winrt_doc.go:24
Method
Next
(celt uint)
ienumvariant_windows.go:49
Function
QueryInterface
(this *ole.IUnknown, iid *ole.GUID, punk **ole.IUnknown)
_example/winsock/winsock.go:30
Function
Release
(this *ole.IUnknown)
_example/winsock/winsock.go:53
Method
Release
Release Safe Array memory
safearrayconversion.go:138
Method
Release
Release IDispatch object.
connect.go:183
Method
Reset
()
ienumvariant_windows.go:23
Method
Reset
()
ienumvariant_func.go:9
Function
RoActivateInstance
(clsid string)
winrt.go:29
Function
RoActivateInstance
RoActivateInstance
winrt_doc.go:11
Function
RoGetActivationFactory
(clsid string, iid *GUID)
winrt.go:45
Function
RoGetActivationFactory
RoGetActivationFactory
winrt_doc.go:16
Function
RoInitialize
(thread_type uint32)
winrt.go:21
Function
RoInitialize
RoInitialize
winrt_doc.go:6
Method
SCODE
SCODE return scode in EXCEPINFO.
ole.go:86
Method
Set
Set property on IDispatch with parameters.
connect.go:129
Method
Skip
(celt uint)
ienumvariant_windows.go:36
Method
Skip
(celt uint)
ienumvariant_func.go:13
Method
String
String convert EXCEPINFO to string.
ole.go:91
Method
String
()
vt_string.go:31
Method
String
String returns Go string value of HString.
winrt_doc.go:34
Function
StringFromCLSID
StringFromCLSID returns GUID formated string from GUID object.
com.go:188
Function
StringFromCLSID
StringFromCLSID returns GUID formated string from GUID object.
com_func.go:80
Function
StringFromIID
StringFromIID returns GUID formatted string from GUID object.
com.go:211
Function
StringFromIID
StringFromIID returns GUID formatted string from GUID object.
com_func.go:90
Method
SubError
SubError returns parent error, if there is one.
error.go:49
Function
SysAllocString
SysAllocString allocates memory for string and copies string into memory.
com.go:298
Function
SysAllocString
SysAllocString allocates memory for string and copies string into memory.
com_func.go:115
Function
SysAllocStringLen
SysAllocStringLen copies up to length of given string returning pointer.
com_func.go:121
Function
SysFreeString
SysFreeString frees string system memory. This must be called with SysAllocString.
com_func.go:127
Function
SysStringLen
SysStringLen is the length of the system allocated string.
com_func.go:132
Function
TestClsidFromProgID_WindowsMediaNSSManager
TestClsidFromProgID_WindowsMediaNSSManager tests that API fails on Linux.
com_func_test.go:116
Function
TestClsidFromProgID_WindowsMediaNSSManager
(t *testing.T)
com_test.go:112
Function
TestClsidFromString_WindowsMediaNSSManager
TestClsidFromString_WindowsMediaNSSManager tests that API fails on Linux.
com_func_test.go:134
Function
TestClsidFromString_WindowsMediaNSSManager
(t *testing.T)
com_test.go:134
Function
TestComExSetupAndShutDown
TestComExSetupAndShutDown tests that API fails on Linux.
com_func_test.go:62
Function
TestComExSetupAndShutDown
(t *testing.T)
com_test.go:61
Function
TestComPublicExSetupAndShutDown
TestComPublicExSetupAndShutDown tests that API fails on Linux.
com_func_test.go:80
Function
TestComPublicExSetupAndShutDown
(t *testing.T)
com_test.go:78
Function
TestComPublicExSetupAndShutDown_WithValue
TestComPublicExSetupAndShutDown_WithValue tests that API fails on Linux.
com_func_test.go:98
Function
TestComPublicExSetupAndShutDown_WithValue
(t *testing.T)
com_test.go:95
Function
TestComPublicSetupAndShutDown
TestComPublicSetupAndShutDown tests that API fails on Linux.
com_func_test.go:26
Function
TestComPublicSetupAndShutDown
(t *testing.T)
com_test.go:27
Function
TestComPublicSetupAndShutDown_WithValue
TestComPublicSetupAndShutDown_WithValue tests that API fails on Linux.
com_func_test.go:44
Function
TestComPublicSetupAndShutDown_WithValue
(t *testing.T)
com_test.go:44
Function
TestComSetupAndShutDown
TestComSetupAndShutDown tests that API fails on Linux.
com_func_test.go:8
Function
TestComSetupAndShutDown
(t *testing.T)
com_test.go:10
Function
TestConnectHelperCallDispatch_QuickBooks
(t *testing.T)
connect_windows_test.go:37
Function
TestConnectHelperDispatchProperty_QuickBooks
(t *testing.T)
connect_windows_test.go:95
Function
TestCreateInstance_WindowsMediaNSSManager
TestCreateInstance_WindowsMediaNSSManager tests that API fails on Linux.
com_func_test.go:153
Function
TestCreateInstance_WindowsMediaNSSManager
(t *testing.T)
com_test.go:155
Function
TestError
TestError tests that API fails on Linux.
com_func_test.go:172
Function
TestError
(t *testing.T)
com_test.go:185
Function
TestGUID
TestGUID tests both NewGUID and GUID.String.
guid_test.go:59
Function
TestIDispatch_goolecomserver_booleanfield_false
(t *testing.T)
idispatch_windows_test.go:317
Function
TestIDispatch_goolecomserver_booleanfield_true
(t *testing.T)
idispatch_windows_test.go:291
Function
TestIDispatch_goolecomserver_echoboolean
(t *testing.T)
idispatch_windows_test.go:414
Function
TestIDispatch_goolecomserver_echofloat32
(t *testing.T)
idispatch_windows_test.go:603
Function
TestIDispatch_goolecomserver_echofloat64
(t *testing.T)
idispatch_windows_test.go:624
Function
TestIDispatch_goolecomserver_echoint16
(t *testing.T)
idispatch_windows_test.go:477
Function
TestIDispatch_goolecomserver_echoint32
(t *testing.T)
idispatch_windows_test.go:519
Function
TestIDispatch_goolecomserver_echoint64
(t *testing.T)
idispatch_windows_test.go:561
Function
TestIDispatch_goolecomserver_echoint8
(t *testing.T)
idispatch_windows_test.go:435
Function
TestIDispatch_goolecomserver_echostring
(t *testing.T)
idispatch_windows_test.go:393
Function
TestIDispatch_goolecomserver_echouint16
(t *testing.T)
idispatch_windows_test.go:498
Function
TestIDispatch_goolecomserver_echouint32
(t *testing.T)
idispatch_windows_test.go:540
Function
TestIDispatch_goolecomserver_echouint64
(t *testing.T)
idispatch_windows_test.go:582
Function
TestIDispatch_goolecomserver_echouint8
(t *testing.T)
idispatch_windows_test.go:456
Function
TestIDispatch_goolecomserver_float32field
(t *testing.T)
idispatch_windows_test.go:343
Function
TestIDispatch_goolecomserver_float64field
(t *testing.T)
idispatch_windows_test.go:368
Function
TestIDispatch_goolecomserver_int16field
(t *testing.T)
idispatch_windows_test.go:135
Function
TestIDispatch_goolecomserver_int32field
(t *testing.T)
idispatch_windows_test.go:187
Function
TestIDispatch_goolecomserver_int64field
(t *testing.T)
idispatch_windows_test.go:239
Function
TestIDispatch_goolecomserver_int8field
(t *testing.T)
idispatch_windows_test.go:83
Function
TestIDispatch_goolecomserver_stringfield
(t *testing.T)
idispatch_windows_test.go:57
Function
TestIDispatch_goolecomserver_uint16field
(t *testing.T)
idispatch_windows_test.go:161
Function
TestIDispatch_goolecomserver_uint32field
(t *testing.T)
idispatch_windows_test.go:213
Function
TestIDispatch_goolecomserver_uint64field
(t *testing.T)
idispatch_windows_test.go:265
Function
TestIDispatch_goolecomserver_uint8field
(t *testing.T)
idispatch_windows_test.go:109
Function
TestIEnumVariant_wmi
(t *testing.T)
ienumvariant_test.go:7
Function
TestIUnknown
(t *testing.T)
iunknown_windows_test.go:7
Function
TestSafeArrayConversionString
This tests more than one function. It tests all of the functions needed in order to retrieve an SafeArray populated with Strings.
safearrayconversion_test.go:13
← previous
next →
201–300 of 383, ranked by callers