Commit 8204a0b8 authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include: Add missing TS_STATUS constants in textstor.idl.

parent 5ed70ee2
......@@ -37,13 +37,25 @@ cpp_quote("#define TS_S_ASYNC MAKE_HRESULT(SEVERITY_SUCCESS, FACILITY_
const ULONG TS_DEFAULT_SELECTION = ~0u;
const DWORD TS_SD_READONLY = 0x001;
const DWORD TS_SD_LOADING = 0x002;
const DWORD TS_SS_DISJOINTSEL = 0x001;
const DWORD TS_SS_REGIONS = 0x002;
const DWORD TS_SS_TRANSITORY = 0x004;
const DWORD TS_SS_NOHIDDENTEXT = 0x008;
const DWORD TS_SD_READONLY = 0x001;
const DWORD TS_SD_LOADING = 0x002;
const DWORD TS_SD_RESERVED = 0x004;
const DWORD TS_SD_TKBAUTOCORRECTENABLE = 0x008;
const DWORD TS_SD_TKBPREDICTIONENABLE = 0x010;
const DWORD TS_SD_UIINTEGRATIONENABLE = 0x020;
const DWORD TS_SD_INPUTPANEMANUALDISPLAYENABLE = 0x040;
const DWORD TS_SD_EMBEDDEDHANDWRITINGVIEW_ENABLED = 0x080;
const DWORD TS_SD_EMBEDDEDHANDWRITINGVIEW_VISIBLE = 0x100;
const DWORD TS_SD_MASKALL = (TS_SD_READONLY | TS_SD_LOADING);
const DWORD TS_SS_DISJOINTSEL = 0x001;
const DWORD TS_SS_REGIONS = 0x002;
const DWORD TS_SS_TRANSITORY = 0x004;
const DWORD TS_SS_NOHIDDENTEXT = 0x008;
const DWORD TS_SS_TKBAUTOCORRECTENABLE = 0x010;
const DWORD TS_SS_TKBPREDICTIONENABLE = 0x020;
const DWORD TS_SS_UWPCONTROL = 0x040;
const DWORD TS_AS_TEXT_CHANGE = 0x01;
const DWORD TS_AS_SEL_CHANGE = 0x02;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment