adding missing dx headers
authorMagnus Olsen <magnus@greatlord.com>
Sun, 4 Dec 2005 12:07:08 +0000 (12:07 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Sun, 4 Dec 2005 12:07:08 +0000 (12:07 +0000)
svn path=/trunk/; revision=19856

reactos/w32api/include/amparse.h [new file with mode: 0644]

diff --git a/reactos/w32api/include/amparse.h b/reactos/w32api/include/amparse.h
new file mode 100644 (file)
index 0000000..e385f0a
--- /dev/null
@@ -0,0 +1,20 @@
+\r
+#ifndef __AMPARSE__\r
+#define __AMPARSE__\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif \r
+\r
+DECLARE_INTERFACE_(IAMParse, IUnknown) \r
+{\r
+ STDMETHOD(GetParseTime) (THIS_REFERENCE_TIME *prtCurrent) PURE;\r
+ STDMETHOD(SetParseTime) (THIS_REFERENCE_TIME rtCurrent) PURE;\r
+ STDMETHOD(Flush) (THIS) PURE;\r
+};\r
+\r
+DEFINE_GUID(IID_IAMParse, 0xC47A3420, 0x005C, 0x11D2, 0x90, 0x38, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x98);\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+#endif\r