ReactOS 0.4.15-dev-7934-g1dc8d80
amparse.h
Go to the documentation of this file.
1
2#ifndef __AMPARSE__
3#define __AMPARSE__
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9DEFINE_GUID(IID_IAMParse, 0xC47A3420, 0x005C, 0x11D2, 0x90, 0x38, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x98);
10
12{
13 STDMETHOD(GetParseTime) (THIS_ REFERENCE_TIME *prtCurrent) PURE;
14 STDMETHOD(SetParseTime) (THIS_ REFERENCE_TIME rtCurrent) PURE;
16};
17
18#ifdef __cplusplus
19}
20#endif
21#endif
22
#define DECLARE_INTERFACE_(i, b)
Definition: basetyps.h:78
#define PURE
Definition: basetyps.h:64
#define THIS_
Definition: basetyps.h:65
#define THIS
Definition: basetyps.h:66
#define STDMETHOD(m)
Definition: basetyps.h:62
LONGLONG REFERENCE_TIME
Definition: dmusicks.h:9
@ Flush
Definition: fatprocs.h:1054
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8)
Definition: guiddef.h:68