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

d3drmwin.h
Go to the documentation of this file.
00001 
00002 #ifndef __D3DRMWIN_H__
00003 #define __D3DRMWIN_H__
00004 
00005 #ifndef WIN32
00006 #define WIN32
00007 #endif
00008 
00009 #include "d3drm.h"
00010 #include "ddraw.h"
00011 #include "d3d.h"
00012 
00013 #undef INTERFACE
00014 #define INTERFACE IDirect3DRMWinDevice
00015 
00016 DECLARE_INTERFACE_(IDirect3DRMWinDevice, IDirect3DRMObject)
00017 {
00018   IUNKNOWN_METHODS(PURE);
00019   IDIRECT3DRMOBJECT_METHODS(PURE);
00020   STDMETHOD(HandlePaint) (THIS_ HDC hdc) PURE;
00021   STDMETHOD(HandleActivate) (THIS_ WORD wparam) PURE;
00022 };
00023 
00024 DEFINE_GUID(IID_IDirect3DRMWinDevice, 0xC5016CC0, 0xD273, 0x11CE, 0xAC, 0x48, 0x0, 0x0, 0xC0, 0x38, 0x25, 0xA1);
00025 WIN_TYPES(IDirect3DRMWinDevice, DIRECT3DRMWINDEVICE);
00026 
00027 #endif
00028 

Generated on Sun May 27 2012 04:30:36 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.