|
HRESULT | GetCaretType ([retval, out]LONG *value) |
|
HRESULT | SetCaretType ([in]LONG value) |
|
HRESULT | GetDisplays ([retval, out]ITextDisplays **displays) |
|
HRESULT | GetDocumentFont ([retval, out]ITextFont2 **font) |
|
HRESULT | SetDocumentFont ([in]ITextFont2 *font) |
|
HRESULT | GetDocumentPara ([retval, out]ITextPara2 **para) |
|
HRESULT | SetDocumentPara ([in]ITextPara2 *para) |
|
HRESULT | GetEastAsianFlags ([retval, out]LONG *flags) |
|
HRESULT | GetGenerator ([retval, out]BSTR *bstr) |
|
HRESULT | SetIMEInProgress ([in]LONG value) |
|
HRESULT | GetNotificationMode ([retval, out]LONG *mode) |
|
HRESULT | SetNotificationMode ([in]LONG mode) |
|
HRESULT | GetSelection2 ([retval, out]ITextSelection2 **selection) |
|
HRESULT | GetStoryRanges2 ([retval, out]ITextStoryRanges2 **stories) |
|
HRESULT | GetTypographyOptions ([retval, out]LONG *options) |
|
HRESULT | GetVersion ([retval, out]LONG *value) |
|
HRESULT | GetWindow ([retval, out]LONG *hwnd) |
|
HRESULT | AttachMsgFilter ([in]IUnknown *filter) |
|
HRESULT | CheckTextLimit ([in]LONG cch, [out]LONG *exceed) |
|
HRESULT | GetCallManager ([retval, out]IUnknown **manager) |
|
HRESULT | GetClientRect ([in]LONG type, [out]LONG *left, [out]LONG *top, [out]LONG *right, [out]LONG *bottom) |
|
HRESULT | GetEffectColor ([in]LONG index, [out]COLORREF *cr) |
|
HRESULT | GetImmContext ([retval, out]LONG *context) |
|
HRESULT | GetPreferredFont ([in]LONG cp, [in]LONG codepage, [in]LONG option, [in]LONG current_codepage, [in]LONG current_fontsize, [out]BSTR *bstr, [out]LONG *pitch_family, [out]LONG *new_fontsize) |
|
HRESULT | GetProperty ([in]LONG type, [out]LONG *value) |
|
HRESULT | GetStrings ([out]ITextStrings **strings) |
|
HRESULT | Notify ([in]LONG notify) |
|
HRESULT | Range2 ([in]LONG cp_active, [in]LONG cp_anchor, [retval, out]ITextRange2 **range) |
|
HRESULT | RangeFromPoint2 ([in]LONG x, [in]LONG y, [in]LONG type, [retval, out]ITextRange2 **range) |
|
HRESULT | ReleaseCallManager ([in]IUnknown *manager) |
|
HRESULT | ReleaseImmContext ([in]LONG context) |
|
HRESULT | SetEffectColor ([in]LONG index, [in]LONG value) |
|
HRESULT | SetProperty ([in]LONG type, [in]LONG value) |
|
HRESULT | SetTypographyOptions ([in]LONG options, [in]LONG mask) |
|
HRESULT | SysBeep () |
|
HRESULT | Update ([in]LONG value) |
|
HRESULT | UpdateWindow () |
|
HRESULT | GetMathProperties ([out]LONG *options) |
|
HRESULT | SetMathProperties ([in]LONG options, [in]LONG mask) |
|
HRESULT | GetActiveStory ([retval, out]ITextStory **story) |
|
HRESULT | SetActiveStory ([in]ITextStory *story) |
|
HRESULT | GetMainStory ([retval, out]ITextStory **story) |
|
HRESULT | GetNewStory ([retval, out]ITextStory **story) |
|
HRESULT | GetStory ([in]LONG index, [retval, out]ITextStory **story) |
|
HRESULT | GetName ([retval, out]BSTR *pName) |
|
HRESULT | GetSelection ([retval, out]ITextSelection **ppSel) |
|
HRESULT | GetStoryCount ([retval, out]LONG *pCount) |
|
HRESULT | GetStoryRanges ([retval, out]ITextStoryRanges **ppStories) |
|
HRESULT | GetSaved ([retval, out]LONG *pValue) |
|
HRESULT | SetSaved ([in]LONG Value) |
|
HRESULT | GetDefaultTabStop ([retval, out]float *pValue) |
|
HRESULT | SetDefaultTabStop ([in]float Value) |
|
HRESULT | New () |
|
HRESULT | Open ([in]VARIANT *pVar, [in]LONG Flags, [in]LONG CodePage) |
|
HRESULT | Save ([in]VARIANT *pVar, [in]LONG Flags, [in]LONG CodePage) |
|
HRESULT | Freeze ([retval, out]LONG *pCount) |
|
HRESULT | Unfreeze ([retval, out]LONG *pCount) |
|
HRESULT | BeginEditCollection () |
|
HRESULT | EndEditCollection () |
|
HRESULT | Undo ([in]LONG Count, [retval, out]LONG *prop) |
|
HRESULT | Redo ([in]LONG Count, [retval, out]LONG *prop) |
|
HRESULT | Range ([in]LONG cp1, [in]LONG cp2, [retval, out]ITextRange **ppRange) |
|
HRESULT | RangeFromPoint ([in]LONG x, [in]LONG y, [retval, out]ITextRange **ppRange) |
|
HRESULT | GetTypeInfoCount ([out] UINT *pctinfo) |
|
HRESULT | GetTypeInfo ([in] UINT iTInfo, [in] LCID lcid, [out] ITypeInfo **ppTInfo) |
|
HRESULT | GetIDsOfNames ([in] REFIID riid, [in, size_is(cNames)] LPOLESTR *rgszNames, [in] UINT cNames, [in] LCID lcid, [out, size_is(cNames)] DISPID *rgDispId) |
|
HRESULT | Invoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] WORD wFlags, [in, out] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *puArgErr) |
|
HRESULT | RemoteInvoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] DWORD dwFlags, [in] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *pArgErr, [in] UINT cVarRef, [in, size_is(cVarRef)] UINT *rgVarRefIdx, [in, out, size_is(cVarRef)] VARIANTARG *rgVarRef) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 282 of file tom.idl.