Documentation ¶
Rendered for windows/amd64
Index ¶
- Constants
- type IVector
- func (v *IVector) Append(value unsafe.Pointer) error
- func (v *IVector) Clear() error
- func (v *IVector) GetAt(index uint32) (unsafe.Pointer, error)
- func (v *IVector) GetMany(startIndex uint32, itemsSize uint32) ([]unsafe.Pointer, uint32, error)
- func (v *IVector) GetSize() (uint32, error)
- func (v *IVector) GetView() (*IVectorView, error)
- func (v *IVector) IndexOf(value unsafe.Pointer) (uint32, bool, error)
- func (v *IVector) InsertAt(index uint32, value unsafe.Pointer) error
- func (v *IVector) RemoveAt(index uint32) error
- func (v *IVector) RemoveAtEnd() error
- func (v *IVector) ReplaceAll(itemsSize uint32, items []unsafe.Pointer) error
- func (v *IVector) SetAt(index uint32, value unsafe.Pointer) error
- func (v *IVector) VTable() *IVectorVtbl
- type IVectorView
- func (v *IVectorView) GetAt(index uint32) (unsafe.Pointer, error)
- func (v *IVectorView) GetMany(startIndex uint32, itemsSize uint32) ([]unsafe.Pointer, uint32, error)
- func (v *IVectorView) GetSize() (uint32, error)
- func (v *IVectorView) IndexOf(value unsafe.Pointer) (uint32, bool, error)
- func (v *IVectorView) VTable() *IVectorViewVtbl
- type IVectorViewVtbl
- type IVectorVtbl
Constants ¶
View Source
const GUIDIVector string = "913337e9-11a1-4345-a3a2-4e7f956e222d"
View Source
const GUIDIVectorView string = "bbe1fa4c-b0e3-4583-baef-1f1b2e483e56"
View Source
const SignatureIVector string = "{913337e9-11a1-4345-a3a2-4e7f956e222d}"
View Source
const SignatureIVectorView string = "{bbe1fa4c-b0e3-4583-baef-1f1b2e483e56}"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IVector ¶
type IVector struct {
ole.IInspectable
}
func (*IVector) GetView ¶
func (v *IVector) GetView() (*IVectorView, error)
func (*IVector) RemoveAtEnd ¶
func (*IVector) ReplaceAll ¶
func (*IVector) VTable ¶
func (v *IVector) VTable() *IVectorVtbl
type IVectorView ¶
type IVectorView struct {
ole.IInspectable
}
func (*IVectorView) GetSize ¶
func (v *IVectorView) GetSize() (uint32, error)
func (*IVectorView) VTable ¶
func (v *IVectorView) VTable() *IVectorViewVtbl
type IVectorViewVtbl ¶
Click to show internal directories.
Click to hide internal directories.