[PSDK] Add missing CreateRestrictedToken() declaration. CORE-13762
[reactos.git] / sdk / include / psdk / oledb.idl
1 /*
2 * Copyright (C) 2006 Mike McCormack
3 *
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.
8 *
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.
13 *
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
17 */
18 cpp_quote("#ifdef _WIN64")
19 cpp_quote("#include <pshpack8.h>")
20 cpp_quote("#else")
21 cpp_quote("#include <pshpack2.h>")
22 cpp_quote("#endif")
23 cpp_quote("")
24
25 import "wtypes.idl";
26 import "oaidl.idl";
27 import "ocidl.idl";
28 import "propidl.idl";
29 import "urlmon.idl";
30
31 typedef ULONG DBBYTEOFFSET;
32 typedef LONG DBROWOFFSET;
33 typedef LONG DBROWCOUNT;
34 typedef ULONG DBCOUNTITEM;
35 typedef ULONG DBLENGTH;
36 typedef ULONG DBORDINAL;
37 typedef ULONG DBBKMARK;
38 typedef DWORD DB_DWRESERVE;
39 typedef ULONG DBREFCOUNT;
40 typedef ULONG DB_UPARAMS;
41 typedef LONG DB_LPARAMS;
42 typedef DWORD DBHASHVALUE;
43 typedef struct {
44 SHORT year;
45 USHORT month;
46 USHORT day;
47 USHORT hour;
48 USHORT minute;
49 USHORT second;
50 ULONG fraction;
51 } DBTIMESTAMP;
52
53 #include "dbs.idl"
54
55 #include "access.idl"
56 #include "rstbas.idl"
57 #include "rstinf.idl"
58 #include "rstloc.idl"
59 #include "cmdbas.idl"
60 #include "cmdtxt.idl"
61 #include "dbccmd.idl"
62 #include "dbcses.idl"
63 #include "dbprop.idl"
64 #include "dbinit.idl"
65 #include "dbdsad.idl"
66 #include "asynot.idl"
67 #include "asysta.idl"
68 #include "sesprp.idl"
69 #include "opnrst.idl"
70 #include "row.idl"
71 #include "rowchg.idl"
72 #include "binres.idl"
73 #include "crtrow.idl"
74
75 cpp_quote("#include <poppack.h>")
76 cpp_quote("")