Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenamparse.h
Go to the documentation of this file.
00001 00002 #ifndef __AMPARSE__ 00003 #define __AMPARSE__ 00004 00005 #ifdef __cplusplus 00006 extern "C" { 00007 #endif 00008 00009 DEFINE_GUID(IID_IAMParse, 0xC47A3420, 0x005C, 0x11D2, 0x90, 0x38, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x98); 00010 00011 DECLARE_INTERFACE_(IAMParse, IUnknown) 00012 { 00013 STDMETHOD(GetParseTime) (THIS_ REFERENCE_TIME *prtCurrent) PURE; 00014 STDMETHOD(SetParseTime) (THIS_ REFERENCE_TIME rtCurrent) PURE; 00015 STDMETHOD(Flush) (THIS) PURE; 00016 }; 00017 00018 #ifdef __cplusplus 00019 } 00020 #endif 00021 #endif 00022 Generated on Sun May 27 2012 04:30:34 for ReactOS by
1.7.6.1
|