MCPcopy Create free account

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

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

MethodToValueArray
()
safearrayconversion.go:35
FunctionUTF16PtrToString
UTF16PtrToString is alias for LpOleStrToString. Kept for compatibility reasons.
utility.go:37
MethodUnadvise
(cookie uint32)
iconnectionpoint_func.go:15
MethodUnadvise
(cookie uint32)
iconnectionpoint_windows.go:28
MethodVTable
()
iprovideclassinfo.go:14
MethodVTable
()
idispatch.go:17
FunctionVariantClear
VariantClear clears value in Variant settings to VT_EMPTY.
com_func.go:110
FunctionVariantInit
VariantInit initializes variant.
com_func.go:105
MethodWCode
WCode return wCode in EXCEPINFO.
ole.go:81
FunctionaddRef
(unk *IUnknown)
iunknown_windows.go:40
FunctioncoInitialize
coInitialize initializes COM library on current thread. MSDN documentation suggests that this function should not be called. Call CoInitializeEx() in
com_func.go:19
FunctioncoInitializeEx
coInitializeEx initializes COM library with concurrency model.
com_func.go:24
FunctioncopyMemory
copyMemory moves location of a block of memory.
com.go:361
FunctioncopyMemory
copyMemory moves location of a block of memory.
com_func.go:153
FunctiondispGetIDsOfNames
(this *ole.IUnknown, iid *ole.GUID, wnames []*uint16, namelen int, lcid int, pdisp []int32)
oleutil/connection.go:59
FunctiondispGetTypeInfo
(ptypeif *uintptr)
oleutil/connection.go:80
FunctiondispGetTypeInfoCount
(pcount *int)
oleutil/connection.go:73
FunctiondispInvoke
(this *ole.IDispatch, dispid int32, riid *ole.GUID, lcid int, flags int16, dispparams *ole.DISPPARAMS, result
oleutil/connection.go:84
FunctiondispQueryInterface
(this *ole.IUnknown, iid *ole.GUID, punk **ole.IUnknown)
oleutil/connection.go:30
FunctiondispRelease
(this *ole.IUnknown)
oleutil/connection.go:53
Functionerrstr
errstr converts error code to string.
error_windows.go:12
FunctiongetClassInfo
(disp *IProvideClassInfo)
iprovideclassinfo_windows.go:10
FunctiongetIDsOfName
(disp *IDispatch, names []string)
idispatch_windows.go:13
FunctiongetTypeInfo
(disp *IDispatch)
idispatch_windows.go:48
FunctiongetTypeInfoCount
(disp *IDispatch)
idispatch_windows.go:35
Functioninvoke
(disp *IDispatch, dispid int32, dispatch int16, params ...interface{})
idispatch_windows.go:61
Functionmain
()
_example/itunes/itunes.go:28
Functionmain
()
_example/winsock/winsock.go:108
Functionmain
()
_example/mediaplayer/mediaplayer.go:13
Functionmain
()
_example/msagent/msagent.go:12
Functionmain
()
_example/excel/excel.go:12
Functionmain
()
_example/excel2/excel.go:80
Functionmain
This example creates a new spreadsheet, reads and modifies cell values and style.
_example/libreoffice/libreoffice.go:134
Functionmain
()
_example/ie/ie.go:12
Functionmain
()
_example/msxml/rssreader.go:13
Functionmain
()
_example/outlook/outlook.go:12
FunctionqueryInterface
(unk *IUnknown, iid *GUID)
iunknown_windows.go:27
FunctionreflectQueryInterface
(self interface{}, method uintptr, interfaceID *GUID, obj interface{})
iunknown_windows.go:11
Functionrelease
(unk *IUnknown)
iunknown_windows.go:50
FunctionsafeArrayAccessData
safeArrayAccessData returns raw array pointer. AKA: SafeArrayAccessData in Windows API.
safearray_func.go:12
FunctionsafeArrayAccessData
safeArrayAccessData returns raw array pointer. AKA: SafeArrayAccessData in Windows API. Todo: Test
safearray_windows.go:45
FunctionsafeArrayAllocData
safeArrayAllocData allocates SafeArray. AKA: SafeArrayAllocData in Windows API.
safearray_func.go:26
FunctionsafeArrayAllocData
safeArrayAllocData allocates SafeArray. AKA: SafeArrayAllocData in Windows API.
safearray_windows.go:64
FunctionsafeArrayAllocDescriptor
safeArrayAllocDescriptor allocates SafeArray. AKA: SafeArrayAllocDescriptor in Windows API.
safearray_func.go:33
FunctionsafeArrayAllocDescriptor
safeArrayAllocDescriptor allocates SafeArray. AKA: SafeArrayAllocDescriptor in Windows API.
safearray_windows.go:72
FunctionsafeArrayAllocDescriptorEx
safeArrayAllocDescriptorEx allocates SafeArray. AKA: SafeArrayAllocDescriptorEx in Windows API.
safearray_func.go:40
FunctionsafeArrayAllocDescriptorEx
safeArrayAllocDescriptorEx allocates SafeArray. AKA: SafeArrayAllocDescriptorEx in Windows API.
safearray_windows.go:81
FunctionsafeArrayCopy
safeArrayCopy returns copy of SafeArray. AKA: SafeArrayCopy in Windows API.
safearray_func.go:47
FunctionsafeArrayCopy
safeArrayCopy returns copy of SafeArray. AKA: SafeArrayCopy in Windows API.
safearray_windows.go:93
FunctionsafeArrayCopyData
safeArrayCopyData duplicates SafeArray into another SafeArray object. AKA: SafeArrayCopyData in Windows API.
safearray_func.go:54
FunctionsafeArrayCopyData
safeArrayCopyData duplicates SafeArray into another SafeArray object. AKA: SafeArrayCopyData in Windows API.
safearray_windows.go:104
FunctionsafeArrayCreate
safeArrayCreate creates SafeArray. AKA: SafeArrayCreate in Windows API.
safearray_func.go:61
FunctionsafeArrayCreate
safeArrayCreate creates SafeArray. AKA: SafeArrayCreate in Windows API.
safearray_windows.go:115
FunctionsafeArrayCreateEx
safeArrayCreateEx creates SafeArray. AKA: SafeArrayCreateEx in Windows API.
safearray_func.go:68
FunctionsafeArrayCreateEx
safeArrayCreateEx creates SafeArray. AKA: SafeArrayCreateEx in Windows API.
safearray_windows.go:127
FunctionsafeArrayCreateVector
safeArrayCreateVector creates SafeArray. AKA: SafeArrayCreateVector in Windows API.
safearray_windows.go:140
FunctionsafeArrayCreateVectorEx
safeArrayCreateVectorEx creates SafeArray. AKA: SafeArrayCreateVectorEx in Windows API.
safearray_func.go:82
FunctionsafeArrayCreateVectorEx
safeArrayCreateVectorEx creates SafeArray. AKA: SafeArrayCreateVectorEx in Windows API.
safearray_windows.go:152
FunctionsafeArrayDestroy
safeArrayDestroy destroys SafeArray object. AKA: SafeArrayDestroy in Windows API.
safearray_windows.go:165
FunctionsafeArrayDestroyData
safeArrayDestroyData destroys SafeArray object. AKA: SafeArrayDestroyData in Windows API.
safearray_func.go:96
FunctionsafeArrayDestroyData
safeArrayDestroyData destroys SafeArray object. AKA: SafeArrayDestroyData in Windows API.
safearray_windows.go:173
FunctionsafeArrayDestroyDescriptor
safeArrayDestroyDescriptor destroys SafeArray object. AKA: SafeArrayDestroyDescriptor in Windows API.
safearray_func.go:103
FunctionsafeArrayDestroyDescriptor
safeArrayDestroyDescriptor destroys SafeArray object. AKA: SafeArrayDestroyDescriptor in Windows API.
safearray_windows.go:181
FunctionsafeArrayGetDim
safeArrayGetDim is the amount of dimensions in the SafeArray. SafeArrays may have multiple dimensions. Meaning, it could be multidimensional array.
safearray_windows.go:192
FunctionsafeArrayGetElement
safeArrayGetElement retrieves element at given index.
safearray_windows.go:208
FunctionsafeArrayGetElementSize
safeArrayGetElementSize is the element size in bytes. AKA: SafeArrayGetElemsize in Windows API.
safearray_windows.go:201
FunctionsafeArrayGetElementString
safeArrayGetElementString retrieves element at given index and converts to string.
safearray_windows.go:217
FunctionsafeArrayGetIID
safeArrayGetIID is the InterfaceID of the elements in the SafeArray. AKA: SafeArrayGetIID in Windows API.
safearray_func.go:139
FunctionsafeArrayGetIID
safeArrayGetIID is the InterfaceID of the elements in the SafeArray. AKA: SafeArrayGetIID in Windows API.
safearray_windows.go:232
FunctionsafeArrayGetLBound
safeArrayGetLBound returns lower bounds of SafeArray. SafeArrays may have multiple dimensions. Meaning, it could be multidimensional array. AKA: Saf
safearray_windows.go:246
FunctionsafeArrayGetRecordInfo
safeArrayGetRecordInfo accesses IRecordInfo info for custom types. AKA: SafeArrayGetRecordInfo in Windows API. XXX: Must implement IRecordInfo inter
safearray_func.go:200
FunctionsafeArrayGetRecordInfo
safeArrayGetRecordInfo accesses IRecordInfo info for custom types. AKA: SafeArrayGetRecordInfo in Windows API. XXX: Must implement IRecordInfo inter
safearray_windows.go:318
FunctionsafeArrayGetUBound
safeArrayGetUBound returns upper bounds of SafeArray. SafeArrays may have multiple dimensions. Meaning, it could be multidimensional array. AKA: Saf
safearray_windows.go:261
FunctionsafeArrayGetVartype
safeArrayGetVartype returns data type of SafeArray. AKA: SafeArrayGetVartype in Windows API.
safearray_windows.go:273
FunctionsafeArrayLock
safeArrayLock locks SafeArray for reading to modify SafeArray. This must be called during some calls to ensure that another process does not read or
safearray_func.go:176
FunctionsafeArrayLock
safeArrayLock locks SafeArray for reading to modify SafeArray. This must be called during some calls to ensure that another process does not read or
safearray_windows.go:287
FunctionsafeArrayPutElement
safeArrayPutElement stores the data element at the specified location in the array. AKA: SafeArrayPutElement in Windows API.
safearray_windows.go:304
FunctionsafeArraySetRecordInfo
safeArraySetRecordInfo mutates IRecordInfo info for custom types. AKA: SafeArraySetRecordInfo in Windows API. XXX: Must implement IRecordInfo interf
safearray_func.go:209
FunctionsafeArraySetRecordInfo
safeArraySetRecordInfo mutates IRecordInfo info for custom types. AKA: SafeArraySetRecordInfo in Windows API. XXX: Must implement IRecordInfo interf
safearray_windows.go:331
FunctionsafeArrayUnaccessData
safeArrayUnaccessData releases raw array. AKA: SafeArrayUnaccessData in Windows API.
safearray_func.go:19
FunctionsafeArrayUnaccessData
safeArrayUnaccessData releases raw array. AKA: SafeArrayUnaccessData in Windows API.
safearray_windows.go:56
FunctionsafeArrayUnlock
safeArrayUnlock unlocks SafeArray for reading. AKA: SafeArrayUnlock in Windows API.
safearray_func.go:183
FunctionsafeArrayUnlock
safeArrayUnlock unlocks SafeArray for reading. AKA: SafeArrayUnlock in Windows API.
safearray_windows.go:295
← previous301–383 of 383, ranked by callers