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

d3d9_cursor.h
Go to the documentation of this file.
00001 /*
00002  * COPYRIGHT:       See COPYING in the top level directory
00003  * PROJECT:         ReactOS ReactX
00004  * FILE:            dll/directx/d3d9/d3d9_cursor.h
00005  * PURPOSE:         d3d9.dll internal cursor methods
00006  * PROGRAMERS:      Gregor Gullwi <gbrunmar (dot) ros (at) gmail (dot) com>
00007  */
00008 #ifndef _D3D9_CURSOR_H
00009 #define _D3D9_CURSOR_H
00010 
00011 #include "d3d9_common.h"
00012 
00013 typedef struct _D3D9Cursor
00014 {
00015 /* 0x0000 */    DWORD dwUnknown0000;
00016 /* 0x0004 */    DWORD dwUnknown0004;
00017 /* 0x0008 */    DWORD dwUnknown0008;
00018 /* 0x000c */    DWORD dwUnknown000c;
00019 /* 0x0010 */    DWORD dwUnknown0010;
00020 /* 0x0014 */    DWORD dwUnknown0014;
00021 /* 0x0018 */    DWORD dwWidth;
00022 /* 0x001c */    DWORD dwHeight;
00023 /* 0x0020 */    DWORD dwUnknown0020[18];
00024 /* 0x0070 */    struct _Direct3DDevice9_INT* pBaseDevice;
00025 /* 0x0074 */    struct _Direct3DSwapChain9_INT* pSwapChain;
00026 /* 0x0078 */    DWORD dwUnknown0078;
00027 /* 0x007c */    DWORD dwMonitorVirtualX;
00028 /* 0x0080 */    DWORD dwMonitorVirtualY;
00029 /* 0x0084 */    DWORD dwUnknown0084;
00030 } D3D9Cursor;
00031 
00032 D3D9Cursor* CreateD3D9Cursor(struct _Direct3DDevice9_INT* pBaseDevice, struct _Direct3DSwapChain9_INT* pSwapChain);
00033 
00034 #endif // _D3D9_CURSOR_H

Generated on Fri May 25 2012 04:19:10 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.