- Put output from MSVC into the relevant output-i386 / obj-i386 files
[reactos.git] / reactos / w32api / include / amparse.h
1
2 #ifndef __AMPARSE__
3 #define __AMPARSE__
4
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8
9 DECLARE_INTERFACE_(IAMParse, IUnknown)
10 {
11 STDMETHOD(GetParseTime) (THIS_REFERENCE_TIME *prtCurrent) PURE;
12 STDMETHOD(SetParseTime) (THIS_REFERENCE_TIME rtCurrent) PURE;
13 STDMETHOD(Flush) (THIS) PURE;
14 };
15
16 DEFINE_GUID(IID_IAMParse, 0xC47A3420, 0x005C, 0x11D2, 0x90, 0x38, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x98);
17 #ifdef __cplusplus
18 }
19 #endif
20 #endif