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_resource.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_resource.h
00005  * PURPOSE:         d3d9.dll internal resource structures
00006  * PROGRAMERS:      Gregor Gullwi <gbrunmar (dot) ros (at) gmail (dot) com>
00007  */
00008 #ifndef _D3D9_RESOURCE_H_
00009 #define _D3D9_RESOURCE_H_
00010 
00011 #include "d3d9_baseobject.h"
00012 
00013 typedef struct _Direct3DResource9_INT
00014 {
00015 /* 0x0000 */    D3D9BaseObject BaseObject;
00016 /* 0x0020 */    BOOL bIsManaged;
00017 /* 0x0024 */    DWORD dwUnknown24;
00018 /* 0x0028 */    DWORD dwUnknown28;
00019 /* 0x002c */    DWORD dwUnknown2c;
00020 /* 0x0030 */    DWORD dwPriority;
00021 /* 0x0034 */    BOOL bIsDirty;
00022 /* 0x0038 */    D3DPOOL Pool;
00023 /* 0x003c */    LPDWORD dwUnknown3c;
00024 /* 0x0040 */    LPDWORD dwUnknown40;
00025 } Direct3DResource9_INT;
00026 
00027 void InitDirect3DResource9(Direct3DResource9_INT* pResource, D3DPOOL Pool, struct _Direct3DDevice9_INT* pDevice, enum REF_TYPE RefType);
00028 
00029 #endif // _D3D9_RESOURCE_H_

Generated on Sat May 26 2012 04:19:53 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.