www.pudn.com > PCMYPCCGLQ.rar > imediatype.h


 
#ifndef __IMEDIATYPE__ 
#define __IMEDIATYPE__ 
 
#ifdef __cplusplus 
extern "C" { 
#endif 
 
	DEFINE_GUID(IID_IMEDIATYPE,  // 20040615 
		0xa181a434, 0x8c1e, 0x400c, 0xae, 0x31, 0x16, 0x4, 0xaf, 0xa9, 0x5f, 0x95); 
 
    DECLARE_INTERFACE_(IMEDIATYPE, IUnknown) 
    { 
        STDMETHOD(get_IMediaType) (THIS_ int *mediatype) PURE; 
 
        STDMETHOD(put_IMediaType) (THIS_ int mediatype) PURE;  
    }; 
 
#ifdef __cplusplus 
} 
#endif 
 
#endif // __IMEDIATYPE__