ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

amparse.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.