Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenstructuredquerycondition.idl
Go to the documentation of this file.
00001 /* 00002 * structured query condition 00003 * 00004 * Copyright 2009 Maarten Lankhorst 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 00023 import "oaidl.idl"; 00024 import "ocidl.idl"; 00025 import "objidl.idl"; 00026 import "propidl.idl"; 00027 00028 typedef [v1_enum] enum tagCONDITION_TYPE 00029 { 00030 CT_AND_CONDITION, 00031 CT_OR_CONDITION, 00032 CT_NOT_CONDITION, 00033 CT_LEAF_CONDITION 00034 } CONDITION_TYPE; 00035 00036 typedef [v1_enum] enum tagCONDITION_OPERATION 00037 { 00038 COP_IMPLICIT, 00039 COP_EQUAL, 00040 COP_NOTEQUAL, 00041 COP_LESSTHAN, 00042 COP_GREATERTHAN, 00043 COP_LESSTHANOREQUAL, 00044 COP_GREATERTHANOREQUAL, 00045 COP_VALUE_STARTSWITH, 00046 COP_VALUE_ENDSWITH, 00047 COP_VALUE_CONTAINS, 00048 COP_VALUE_NOTCONTAINS, 00049 COP_DOSWILDCARDS, 00050 COP_WORD_EQUAL, 00051 COP_WORD_STARTSWITH, 00052 COP_APPLICATION_SPECIFIC 00053 } CONDITION_OPERATION; Generated on Sun May 27 2012 04:32:25 for ReactOS by
1.7.6.1
|