/usr/include/wine/windows/structuredquerycondition.h is in wine1.4-dev 1.4-0ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | /*** Autogenerated by WIDL 1.4 from structuredquerycondition.idl - Do not edit ***/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif
#include <rpc.h>
#include <rpcndr.h>
#ifndef COM_NO_WINDOWS_H
#include <windows.h>
#include <ole2.h>
#endif
#ifndef __WIDL_STRUCTUREDQUERYCONDITION_H
#define __WIDL_STRUCTUREDQUERYCONDITION_H
/* Forward declarations */
/* Headers for imported files */
#include <oaidl.h>
#include <ocidl.h>
#include <objidl.h>
#include <propidl.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef enum tagCONDITION_TYPE {
CT_AND_CONDITION = 0,
CT_OR_CONDITION = 1,
CT_NOT_CONDITION = 2,
CT_LEAF_CONDITION = 3
} CONDITION_TYPE;
typedef enum tagCONDITION_OPERATION {
COP_IMPLICIT = 0,
COP_EQUAL = 1,
COP_NOTEQUAL = 2,
COP_LESSTHAN = 3,
COP_GREATERTHAN = 4,
COP_LESSTHANOREQUAL = 5,
COP_GREATERTHANOREQUAL = 6,
COP_VALUE_STARTSWITH = 7,
COP_VALUE_ENDSWITH = 8,
COP_VALUE_CONTAINS = 9,
COP_VALUE_NOTCONTAINS = 10,
COP_DOSWILDCARDS = 11,
COP_WORD_EQUAL = 12,
COP_WORD_STARTSWITH = 13,
COP_APPLICATION_SPECIFIC = 14
} CONDITION_OPERATION;
/* Begin additional prototypes for all interfaces */
/* End additional prototypes */
#ifdef __cplusplus
}
#endif
#endif /* __WIDL_STRUCTUREDQUERYCONDITION_H */
|