MCPcopy Index your code

hub / github.com/go-ole/go-ole / functions

Functions383 in github.com/go-ole/go-ole

↓ 1 callersFunctionLOGetCellString
LOGetCellString returns the displayed value
_example/libreoffice/libreoffice.go:63
↓ 1 callersFunctionLOGetWorksheet
LOGetWorksheet returns a worksheet (index starts at 0)
_example/libreoffice/libreoffice.go:127
↓ 1 callersFunctionLONewSpreadsheet
LONewSpreadsheet creates a new spreadsheet in a new window and returns a document handle.
_example/libreoffice/libreoffice.go:100
↓ 1 callersFunctionLOSetCellFormula
LOSetCellFormula sets the formula (in englisch language)
_example/libreoffice/libreoffice.go:90
↓ 1 callersFunctionLOSetCellValue
LOSetCellValue sets the numeric value of a cell
_example/libreoffice/libreoffice.go:85
↓ 1 callersMethodLoad
Load COM object from list of programIDs or strings.
connect.go:46
↓ 1 callersMethodMustQueryInterface
(iid *GUID)
iunknown.go:43
↓ 1 callersFunctionNewErrorWithSubError
NewErrorWithSubError creates new COM error with parent error.
error.go:21
↓ 1 callersFunctionPutPropertyRef
PutPropertyRef mutates property reference.
oleutil/oleutil.go:92
↓ 1 callersMethodQueryInterface
(iid *GUID)
iunknown.go:39
↓ 1 callersMethodString
String converts the GUID to string form. It will adhere to this pattern: {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX} If the GUID is nil, the string repre
guid.go:224
↓ 1 callersMethodString
String returns Go string value of HString.
winrt.go:89
↓ 1 callersMethodString
String description, either manually set or format message with error code.
error.go:31
↓ 1 callersFunctionSysStringLen
SysStringLen is the length of the system allocated string.
com.go:324
↓ 1 callersMethodToByteArray
()
safearrayconversion.go:24
↓ 1 callersMethodVTable
()
itypeinfo.go:32
↓ 1 callersMethodVTable
()
iconnectionpointcontainer.go:15
↓ 1 callersFunctionaddRef
(unk *IUnknown)
iunknown_func.go:13
↓ 1 callersFunctioncoInitializeSecurity
coInitializeSecurity: Registers security and sets the default security values for the process.
com.go:77
↓ 1 callersFunctiondecodeHexByte64
(s1 []byte, s2 []byte)
guid.go:180
↓ 1 callersFunctiondecodeHexUint32
(src []byte)
guid.go:158
↓ 1 callersFunctiongetClassInfo
(disp *IProvideClassInfo)
iprovideclassinfo_func.go:5
↓ 1 callersFunctiongetIDsOfName
(disp *IDispatch, names []string)
idispatch_func.go:5
↓ 1 callersFunctiongetTypeInfo
(disp *IDispatch)
idispatch_func.go:13
↓ 1 callersFunctiongetTypeInfoCount
(disp *IDispatch)
idispatch_func.go:9
↓ 1 callersFunctioniTunes
()
_example/itunes/itunes.go:15
↓ 1 callersFunctioninvoke
(disp *IDispatch, dispid int32, dispatch int16, params ...interface{})
idispatch_func.go:17
↓ 1 callersFunctionlpOleStrLen
lpOleStrLen returns the length of Unicode string.
utility.go:78
↓ 1 callersFunctionputUint32Hex
(b []byte, v uint32)
guid.go:244
↓ 1 callersFunctionreadExample
(fileName string, excel, workbooks *ole.IDispatch)
_example/excel2/excel.go:39
↓ 1 callersFunctionreflectQueryInterface
(self interface{}, method uintptr, interfaceID *GUID, obj interface{})
iunknown_func.go:5
↓ 1 callersFunctionsafeArrayFromByteSlice
(slice []byte)
safearrayslices.go:9
↓ 1 callersFunctionsafeArrayFromStringSlice
(slice []string)
safearrayslices.go:22
↓ 1 callersFunctionsafeArrayGetDim
safeArrayGetDim is the amount of dimensions in the SafeArray. SafeArrays may have multiple dimensions. Meaning, it could be multidimensional array.
safearray_func.go:113
↓ 1 callersFunctionsafeArrayGetElementSize
safeArrayGetElementSize is the element size in bytes. AKA: SafeArrayGetElemsize in Windows API.
safearray_func.go:121
↓ 1 callersFunctionshowMethodsAndProperties
(i *ole.IDispatch)
_example/excel2/excel.go:67
↓ 1 callersFunctionwriteExample
(excel, workbooks *ole.IDispatch, filepath string)
_example/excel2/excel.go:14
MethodAddRef
()
iunknown.go:17
MethodAddRef
()
iunknown.go:51
MethodAdvise
(unknown *IUnknown)
iconnectionpoint_windows.go:15
FunctionBytePtrToString
BytePtrToString converts byte pointer to a Go string.
utility.go:25
FunctionCLSIDFromProgID
CLSIDFromProgID retrieves Class Identifier with the given Program Identifier. The Programmatic Identifier must be registered, because it will be look
com_func.go:65
FunctionCLSIDFromString
CLSIDFromString retrieves Class ID from string representation. This is technically the string version of the GUID and will convert the string to obje
com_func.go:75
FunctionClassIDFrom
ClassIDFrom retrieves class ID whether given is program ID or application string.
oleutil/oleutil.go:6
MethodClone
()
ienumvariant_windows.go:10
MethodClone
()
ienumvariant_func.go:5
FunctionCoInitialize
CoInitialize initializes COM library on current thread. MSDN documentation suggests that this function should not be called. Call CoInitializeEx() in
com_func.go:37
FunctionCoInitializeEx
CoInitializeEx initializes COM library with concurrency model.
com_func.go:42
FunctionCoInitializeSecurity
CoInitializeSecurity: Registers security and sets the default security values for the process.
com.go:134
FunctionCoTaskMemFree
CoTaskMemFree frees memory pointer.
com_func.go:50
FunctionCoUninitialize
CoUninitialize uninitializes COM Library.
com_func.go:47
FunctionConnect
Connect initializes COM and attempts to load IUnknown based on given names.
connect.go:188
FunctionConnectObject
ConnectObject creates a connection point between two services for communication.
oleutil/connection_func.go:8
FunctionCreateDispTypeInfo
CreateDispTypeInfo provides default ITypeInfo implementation for IDispatch. This will not handle the full implementation of the interface.
com.go:349
FunctionCreateDispTypeInfo
CreateDispTypeInfo provides default ITypeInfo implementation for IDispatch. This will not handle the full implementation of the interface.
com_func.go:148
FunctionCreateInstance
CreateInstance of single uninitialized object with GUID.
com_func.go:95
FunctionCreateStdDispatch
CreateStdDispatch provides default IDispatch implementation for IUnknown. This handles default IDispatch implementation for objects. It haves a few l
com.go:334
FunctionCreateStdDispatch
CreateStdDispatch provides default IDispatch implementation for IUnknown. This handles default IDispatch implementation for objects. It haves a few l
com_func.go:141
FunctionDeleteHString
DeleteHString deletes HString.
winrt_doc.go:29
MethodDescription
Description retrieves error summary, if there is one.
error.go:44
FunctionDispatchMessage
DispatchMessage to window procedure.
com.go:382
FunctionDispatchMessage
DispatchMessage to window procedure.
com_func.go:168
MethodEnumConnectionPoints
(points interface{})
iconnectionpointcontainer_windows.go:10
MethodEnumConnectionPoints
(points interface{})
iconnectionpointcontainer_func.go:5
MethodEnumConnections
(p *unsafe.Pointer)
iconnectionpoint_func.go:19
MethodEnumConnections
(p *unsafe.Pointer)
iconnectionpoint_windows.go:41
MethodError
Error implements error interface.
error.go:39
FunctionExample_quickbooks
()
connect_windows_test.go:11
FunctionExample_quickbooks
()
connect_test.go:7
FunctionExample_quickbooksConnectHelperCallDispatch
()
connect_test.go:33
FunctionExample_quickbooksConnectHelperDispatchProperty
()
connect_test.go:84
FunctionExample_safeArrayGetElementString
This tests more than one function. It tests all of the functions needed in order to retrieve an SafeArray populated with Strings.
safearray_test.go:5
MethodFindConnectionPoint
(iid *GUID, point **IConnectionPoint)
iconnectionpointcontainer_windows.go:14
FunctionForEach
(disp *ole.IDispatch, f func(v *ole.VARIANT) error)
oleutil/oleutil.go:105
FunctionGetActiveObject
GetActiveObject retrieves pointer to active object.
com.go:239
FunctionGetActiveObject
GetActiveObject retrieves pointer to active object.
com_func.go:100
FunctionGetActiveObject
GetActiveObject retrieves active object for program ID and interface ID based on interface type. Only supports IUnknown. Program ID can be either pr
oleutil/oleutil.go:35
MethodGetClassInfo
()
iprovideclassinfo.go:18
MethodGetConnectionInterface
(piid **GUID)
iconnectionpoint_func.go:7
MethodGetConnectionInterface
(piid **GUID)
iconnectionpoint_windows.go:10
MethodGetDimensions
()
safearrayconversion.go:106
FunctionGetIDsOfNames
(this *ole.IUnknown, iid *ole.GUID, wnames []*uint16, namelen int, lcid int, pdisp []int32)
_example/winsock/winsock.go:59
MethodGetIds
GetIds retrieves all IDs of names on IDispatch.
connect.go:164
MethodGetIids
()
iinspectable_windows.go:13
MethodGetIids
()
iinspectable_func.go:5
FunctionGetMessage
GetMessage in message queue from runtime. This function appears to block. PeekMessage does not block.
com.go:375
FunctionGetMessage
GetMessage in message queue from runtime. This function appears to block. PeekMessage does not block.
com_func.go:163
FunctionGetObject
GetObject retrieves pointer to active object.
com.go:261
MethodGetRuntimeClassName
()
iinspectable_windows.go:44
MethodGetRuntimeClassName
()
iinspectable_func.go:9
MethodGetSize
()
safearrayconversion.go:110
MethodGetTrustLevel
()
iinspectable_windows.go:61
MethodGetTrustLevel
()
iinspectable_func.go:13
MethodGetType
()
safearrayconversion.go:102
MethodGetTypeAttr
()
itypeinfo_func.go:5
MethodGetTypeAttr
()
itypeinfo_windows.go:10
FunctionGetTypeInfo
(ptypeif *uintptr)
_example/winsock/winsock.go:73
FunctionGetTypeInfoCount
(pcount *int)
_example/winsock/winsock.go:66
FunctionGetUserDefaultLCID
GetUserDefaultLCID retrieves current user default locale.
com_func.go:156
FunctionGetVariantDate
GetVariantDate converts COM Variant Time value to Go time.Time.
variant_date_386.go:13
← previousnext →101–200 of 383, ranked by callers