From 556076dcbe3bde631e97ca619238b8f57fee1319 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Fri, 14 Sep 2012 14:53:14 +0200 Subject: [PATCH] textstor.idl: Added TS_ST_CORRECTION declaration. --- include/textstor.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/textstor.idl b/include/textstor.idl index 25f7749477b..59285693ee8 100644 --- a/include/textstor.idl +++ b/include/textstor.idl @@ -64,6 +64,8 @@ const WCHAR TS_CHAR_REPLACEMENT = 0xfffd; const DWORD TS_IAS_NOQUERY = 0x1; const DWORD TS_IAS_QUERYONLY = 0x2; +const DWORD TS_ST_CORRECTION = 0x1; + typedef [uuid(05fcf85b-5e9c-4c3e-ab71-29471d4f38e7)] enum { TS_AE_NONE, TS_AE_START, TS_AE_END } TsActiveSelEnd; typedef [uuid(033b0df0-f193-4170-b47b-141afc247878)] enum { TS_RT_PLAIN, TS_RT_HIDDEN, TS_RT_OPAQUE } TsRunType; typedef [uuid(ef3457d9-8446-49a7-a9e6-b50d9d5f3fd9)] GUID TS_ATTRID;