Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenmsctf_classes.idl
Go to the documentation of this file.
00001 /* 00002 * COM Classes for msctf 00003 * 00004 * Copyright 2010 Alexandre Julliard 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00019 */ 00020 00021 [ 00022 threading(apartment), 00023 uuid(529a9e6b-6587-4f23-ab9e-9c7d683e3c50) 00024 ] 00025 coclass TF_ThreadMgr { interface ITfThreadMgr; } 00026 00027 [ 00028 threading(apartment), 00029 uuid(33c53a50-f456-4884-b049-85fd643ecfed) 00030 ] 00031 coclass TF_InputProcessorProfiles { interface ITfInputProcessorProfiles; } 00032 00033 [ 00034 threading(apartment), 00035 uuid(a4b544a1-438d-4b41-9325-869523e2d6c7) 00036 ] 00037 coclass TF_CategoryMgr { interface ITfCategoryMgr; } 00038 00039 [ 00040 threading(apartment), 00041 uuid(ebb08c45-6c4a-4fdc-ae53-4eb8c4c7db8e) 00042 ] 00043 coclass TF_LangBarMgr { interface ITfLangBarMgr; } 00044 00045 [ 00046 threading(apartment), 00047 uuid(3ce74de4-53d3-4d74-8b83-431b3828ba53) 00048 ] 00049 coclass TF_DisplayAttributeMgr { interface ITfDisplayAttributeMgr; } Generated on Sat May 26 2012 04:23:22 for ReactOS by
1.7.6.1
|