[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / include / psdk / asysta.idl
diff --git a/reactos/include/psdk/asysta.idl b/reactos/include/psdk/asysta.idl
deleted file mode 100644 (file)
index 40bca84..0000000
+++ /dev/null
@@ -1,51 +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(0c733a95-2a1c-11ce-ade5-00aa0044773d),\r
-    pointer_default(unique)\r
-]\r
-interface IDBAsynchStatus : IUnknown\r
-{\r
-    [local]\r
-    HRESULT Abort([in] HCHAPTER hChapter,\r
-                  [in] DBASYNCHOP eOperation);\r
-\r
-    [call_as(Abort)]\r
-    HRESULT RemoteAbort([in] HCHAPTER hChapter,\r
-                        [in] DBASYNCHOP eOperation,\r
-                        [out] IErrorInfo **ppErrorInfoRem);\r
-\r
-    [local]\r
-    HRESULT GetStatus([in] HCHAPTER hChapter,\r
-                      [in] DBASYNCHOP eOperation,\r
-                      [out, annotation("__out_opt")] DBCOUNTITEM *pulProgress,\r
-                      [out, annotation("__out_opt")] DBCOUNTITEM *pulProgressMax,\r
-                      [out, annotation("__out")] DBASYNCHPHASE *peAsynchPhase,\r
-                      [out, annotation("__deref_opt_inout_opt")] LPOLESTR *ppwszStatusText);\r
-\r
-    [call_as(GetStatus)]\r
-    HRESULT RemoteGetStatus([in] HCHAPTER hChapter,\r
-                            [in] DBASYNCHOP eOperation,\r
-                            [in, out, unique] DBCOUNTITEM *pulProgress,\r
-                            [in, out, unique] DBCOUNTITEM *pulProgressMax,\r
-                            [in, out, unique] DBASYNCHPHASE *peAsynchPhase,\r
-                            [in, out, unique] LPOLESTR *ppwszStatusText,\r
-                            [out] IErrorInfo **ppErrorInfoRem);\r
-}\r