push d1f5df181c120dbe494f7c89b454752c2e0dcc04
[wine/hacks.git] / include / textstor.idl
blobf9624f6a0f5f971075795648f752b7e8ff222ec9
1 /*
2 * Copyright 2009 Aric Stewart, CodeWeavers
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 #ifndef DO_NO_IMPORTS
20 import "oaidl.idl";
21 #endif
23 const ULONG TS_DEFAULT_SELECTION = ~0u;
25 const DWORD TS_SD_READONLY = 0x001;
26 const DWORD TS_SD_LOADING = 0x002;
28 const DWORD TS_SS_DISJOINTSEL = 0x001;
29 const DWORD TS_SS_REGIONS = 0x002;
30 const DWORD TS_SS_TRANSITORY = 0x004;
31 const DWORD TS_SS_NOHIDDENTEXT = 0x008;
33 typedef [uuid(fec4f516-c503-45b1-a5fd-7a3d8ab07049)] struct TS_STATUS
35 DWORD dwDynamicFlags;
36 DWORD dwStaticFlags;
37 } TS_STATUS;