Documentation ¶
Rendered for windows/amd64
Index ¶
- type IRichEditOle
- func (obj *IRichEditOle) ActivateAs(rclsid ole32.REFCLSID, rclsidAs ole32.REFCLSID) win.HRESULT
- func (obj *IRichEditOle) AddRef() uint32
- func (obj *IRichEditOle) ContextSensitiveHelp(fEnterMode win.BOOL) win.HRESULT
- func (obj *IRichEditOle) ConvertObject(iob int32, rclsidNew ole32.REFCLSID, lpstrUserTypeNew *byte) win.HRESULT
- func (obj *IRichEditOle) GetClientSite(lplpolesite **ole32.IOleClientSite) win.HRESULT
- func (obj *IRichEditOle) GetClipboardData(lpchrg *richedit.CHARRANGE, reco uint32, lplpdataobj **objidl.IDataObject) win.HRESULT
- func (obj *IRichEditOle) GetLinkCount() int32
- func (obj *IRichEditOle) GetObject(iob int32, lpreobject *REOBJECT, dwFlags uint32) win.HRESULT
- func (obj *IRichEditOle) GetObjectCount() int32
- func (obj *IRichEditOle) HandsOffStorage(iob int32) win.HRESULT
- func (obj *IRichEditOle) ImportDataObject(lpdataobj *objidl.IDataObject, cf gdi32.CLIPFORMAT, hMetaPict kernel32.HGLOBAL) win.HRESULT
- func (obj *IRichEditOle) InPlaceDeactivate() win.HRESULT
- func (obj *IRichEditOle) InsertObject(lpreobject *REOBJECT) win.HRESULT
- func (obj *IRichEditOle) QueryInterface(riid ole32.REFIID, ppvObject *unsafe.Pointer) win.HRESULT
- func (obj *IRichEditOle) Release() uint32
- func (obj *IRichEditOle) SaveCompleted(iob int32, lpstg *objidl.IStorage) win.HRESULT
- func (obj *IRichEditOle) SetDvaspect(iob int32, dvaspect uint32) win.HRESULT
- func (obj *IRichEditOle) SetHostNames(lpstrContainerApp *byte, lpstrContainerObj *byte) win.HRESULT
- func (obj *IRichEditOle) SetLinkAvailable(iob int32, fAvailable win.BOOL) win.HRESULT
- type IRichEditOleVtbl
- type REOBJECT
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IRichEditOle ¶
type IRichEditOle struct {
LpVtbl *IRichEditOleVtbl
}
func (*IRichEditOle) ActivateAs ¶
func (*IRichEditOle) AddRef ¶
func (obj *IRichEditOle) AddRef() uint32
func (*IRichEditOle) ContextSensitiveHelp ¶
func (obj *IRichEditOle) ContextSensitiveHelp(fEnterMode win.BOOL) win.HRESULT
func (*IRichEditOle) ConvertObject ¶
func (*IRichEditOle) GetClientSite ¶
func (obj *IRichEditOle) GetClientSite(lplpolesite **ole32.IOleClientSite) win.HRESULT
func (*IRichEditOle) GetClipboardData ¶
func (obj *IRichEditOle) GetClipboardData(lpchrg *richedit.CHARRANGE, reco uint32, lplpdataobj **objidl.IDataObject) win.HRESULT
func (*IRichEditOle) GetLinkCount ¶
func (obj *IRichEditOle) GetLinkCount() int32
func (*IRichEditOle) GetObjectCount ¶
func (obj *IRichEditOle) GetObjectCount() int32
func (*IRichEditOle) HandsOffStorage ¶
func (obj *IRichEditOle) HandsOffStorage(iob int32) win.HRESULT
func (*IRichEditOle) ImportDataObject ¶
func (obj *IRichEditOle) ImportDataObject(lpdataobj *objidl.IDataObject, cf gdi32.CLIPFORMAT, hMetaPict kernel32.HGLOBAL) win.HRESULT
func (*IRichEditOle) InPlaceDeactivate ¶
func (obj *IRichEditOle) InPlaceDeactivate() win.HRESULT
func (*IRichEditOle) InsertObject ¶
func (obj *IRichEditOle) InsertObject(lpreobject *REOBJECT) win.HRESULT
func (*IRichEditOle) QueryInterface ¶
func (*IRichEditOle) Release ¶
func (obj *IRichEditOle) Release() uint32
func (*IRichEditOle) SaveCompleted ¶
func (*IRichEditOle) SetDvaspect ¶
func (obj *IRichEditOle) SetDvaspect(iob int32, dvaspect uint32) win.HRESULT
func (*IRichEditOle) SetHostNames ¶
func (obj *IRichEditOle) SetHostNames(lpstrContainerApp *byte, lpstrContainerObj *byte) win.HRESULT
func (*IRichEditOle) SetLinkAvailable ¶
type IRichEditOleVtbl ¶
type IRichEditOleVtbl struct { ole32.IUnknownVtbl GetClientSite uintptr GetObjectCount uintptr GetLinkCount uintptr GetObject uintptr InsertObject uintptr ConvertObject uintptr ActivateAs uintptr SetHostNames uintptr SetLinkAvailable uintptr SetDvaspect uintptr HandsOffStorage uintptr SaveCompleted uintptr InPlaceDeactivate uintptr ContextSensitiveHelp uintptr GetClipboardData uintptr ImportDataObject uintptr }
Click to show internal directories.
Click to hide internal directories.