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

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

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