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

icdtable.h
Go to the documentation of this file.
00001 /* icdtable.h */
00002 
00003 #ifndef OPENGL32_PRIVATE_ICDTABLE_H
00004 #define OPENGL32_PRIVATE_ICDTABLE_H
00005 
00006 enum icdoffsets_e
00007 {
00008     ICDIDX_INVALID = -1,
00009 #define ICD_ENTRY(x) ICDIDX_##x,
00010 #include "icdlist.h"
00011 #undef ICD_ENTRY
00012     ICDIDX_COUNT
00013 };
00014 
00015 typedef struct tagICDTable
00016 {
00017     DWORD   num_funcs;           
00018     PROC    dispatch_table[812]; 
00019 } ICDTable, *PICDTable;
00020 
00021 #define DISPATCH_TABLE_SIZE 812*sizeof(PROC)
00022 
00023 #endif /* OPENGL32_PRIVATE_ICDTABLE_H */
00024 
00025 /* EOF */

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