ReactOS 0.4.15-dev-7934-g1dc8d80
amparse.h File Reference

Go to the source code of this file.

Functions

 DEFINE_GUID (IID_IAMParse, 0xC47A3420, 0x005C, 0x11D2, 0x90, 0x38, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x98)
 
 DECLARE_INTERFACE_ (IAMParse, IUnknown)
 

Function Documentation

◆ DECLARE_INTERFACE_()

DECLARE_INTERFACE_ ( IAMParse  ,
IUnknown   
)

Definition at line 11 of file amparse.h.

12{
13 STDMETHOD(GetParseTime) (THIS_ REFERENCE_TIME *prtCurrent) PURE;
14 STDMETHOD(SetParseTime) (THIS_ REFERENCE_TIME rtCurrent) PURE;
16};
#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_GUID()

DEFINE_GUID ( IID_IAMParse  ,
0xC47A3420  ,
0x005C  ,
0x11D2  ,
0x90  ,
0x38  ,
0x00  ,
0xA0  ,
0xC9  ,
0x69  ,
0x72  ,
0x98   
)