[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / include / psdk / rstinf.idl
diff --git a/reactos/include/psdk/rstinf.idl b/reactos/include/psdk/rstinf.idl
deleted file mode 100644 (file)
index 16d2693..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-/*\r
- * Copyright (C) 2009 Huw Davies\r
- *\r
- * This library is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU Lesser General Public\r
- * License as published by the Free Software Foundation; either\r
- * version 2.1 of the License, or (at your option) any later version.\r
- *\r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
- * Lesser General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU Lesser General Public\r
- * License along with this library; if not, write to the Free Software\r
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA\r
- */\r
-\r
-[\r
-    object,\r
-    uuid(0c733a55-2a1c-11ce-ade5-00aa0044773d),\r
-    pointer_default(unique)\r
-]\r
-interface IRowsetInfo : IUnknown\r
-{\r
-    [local]\r
-    HRESULT GetProperties([in] const ULONG cPropertyIDSets,\r
-                          [in, size_is(cPropertyIDSets), annotation("__in_ecount_opt(cPropertyIDSets)")] const DBPROPIDSET rgPropertyIDSets[],\r
-                          [in, out, annotation("__out")] ULONG *pcPropertySets,\r
-                          [out, size_is(,*pcPropertySets), annotation("__deref_out_ecount_opt(*pcPropertySets)")] DBPROPSET **prgPropertySets);\r
-\r
-    [call_as(GetProperties)]\r
-    HRESULT RemoteGetProperties([in] ULONG cPropertyIDSets,\r
-                                [in, unique, size_is(cPropertyIDSets)] const DBPROPIDSET *rgPropertyIDSets,\r
-                                [in, out] ULONG *pcPropertySets,\r
-                                [out, size_is(,*pcPropertySets)] DBPROPSET **prgPropertySets,\r
-                                [out] IErrorInfo **ppErrorInfoRem);\r
-\r
-    [local]\r
-    HRESULT GetReferencedRowset([in] DBORDINAL iOrdinal,\r
-                                [in, annotation("__in")] REFIID riid,\r
-                                [out, iid_is(riid), annotation("deref_out_opt")] IUnknown **ppReferencedRowset);\r
-\r
-    [call_as(GetReferencedRowset)]\r
-    HRESULT RemoteGetReferencedRowset([in] DBORDINAL iOrdinal,\r
-                                      [in] REFIID riid,\r
-                                      [out, iid_is(riid)] IUnknown **ppReferencedRowset,\r
-                                      [out] IErrorInfo **ppErrorInfoRem);\r
-    [local]\r
-    HRESULT GetSpecification([in, annotation("__in")] REFIID riid,\r
-                             [out, iid_is(riid), annotation("__deref_out_opt")] IUnknown **ppSpecification);\r
-\r
-    [call_as(GetSpecification)]\r
-    HRESULT RemoteGetSpecification([in] REFIID riid,\r
-                                   [out, iid_is(riid)] IUnknown **ppSpecification,\r
-                                   [out] IErrorInfo **ppErrorInfoRem);\r
-\r
-}\r