Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenvpnotify.h
Go to the documentation of this file.
00001 #ifndef __IVPNotify__ 00002 #define __IVPNotify__ 00003 00004 #ifdef __cplusplus 00005 extern "C" { 00006 #endif 00007 00008 DECLARE_INTERFACE_(IVPBaseNotify, IUnknown) 00009 { 00010 public: 00011 STDMETHOD (RenegotiateVPParameters)(THIS_) PURE; 00012 }; 00013 00014 DECLARE_INTERFACE_(IVPNotify, IVPBaseNotify) 00015 { 00016 public: 00017 STDMETHOD (SetDeinterlaceMode)(THIS_ IN AMVP_MODE mode) PURE; 00018 STDMETHOD (GetDeinterlaceMode)(THIS_ OUT AMVP_MODE *pMode) PURE; 00019 }; 00020 00021 DECLARE_INTERFACE_(IVPNotify2, IVPNotify) 00022 { 00023 public: 00024 STDMETHOD (SetVPSyncMaster)(THIS_ IN BOOL bVPSyncMaster) PURE; 00025 STDMETHOD (GetVPSyncMaster)(THIS_ OUT BOOL *pbVPSyncMaster) PURE; 00026 }; 00027 00028 DECLARE_INTERFACE_(IVPVBINotify, IVPBaseNotify) 00029 { 00030 public: 00031 }; 00032 00033 #ifdef __cplusplus 00034 } 00035 #endif 00036 00037 #endif 00038 Generated on Sun May 27 2012 04:30:46 for ReactOS by
1.7.6.1
|