home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / m / m003_1 / sb_bc.ddi / BC / CH2 / WINAPP-2.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-02  |  2.1 KB  |  57 lines

  1. #define NUMLINE  ( sizeof (WinStruct) / sizeof (WinStruct[0]) )
  2.  
  3. struct WINSTRUCT
  4. { char *szStruct ;
  5.   char *szDescriptor ;
  6. } ;
  7.  
  8. struct WINSTRUCT WinStruct[] =
  9. { "BITMAP",              "Bitmap Data Structure",
  10.   "BITMAPCOREHEADER",    "Device-Independent Bitmap Format Information",
  11.   "BITMAPCOREINFO",      "Device-Independent Bitmap Information",
  12.   "BITMAPFILEHEADER",    "Bitmap File Information",
  13.   "BITMAPINFO",          "Device-Independent Bitmap Information",
  14.   "BITMAPINFOHEADER",    "Device-Independent Bitmap Format Information",
  15.  
  16.   "CLIENTCREATESTRUCT",  "MDI Client Window Creation Structure",
  17.   "COLORREF",            "Color Specification, Palette-Relative RGB",
  18.   "COMPAREITEMSTRUCT",   "Owner-Draw Item-Sorting Information",
  19.   "COMSTAT",             "Communication-Device Status",
  20.   "CREATESTRUCT",        "Window-Creation Structure",
  21.  
  22.   "DCB",                 "Communications-Device Control Block",
  23.   "DELETEITEMSTRUCT",    "Deleted Owner-Draw List-Box Item",
  24.   "DEVMODE",             "Printer Driver Initialization Information",
  25.   "DLGTEMPLATE",         "Dialog Template",
  26.  
  27.   "HANDLETABLE",         "Window-Handle Table",
  28.  
  29.   "LOGBRUSH",            "Logical-Brush Attribute Information",
  30.   "LOGFONT",             "Logical-Font Descriptor",
  31.   "LOGPALETTE",          "Logical Color Palette Information",
  32.   "LOGPEN",              "Logical-Pen Attribute Information",
  33.  
  34.   "MDICREATESTRUCT",     "MDI Child Window Creation Structure",
  35.   "MEASUREITEMSTRUCT",   "Owner-Draw Control Dimensions",
  36.   "MENUITEMTEMPLATE",    "Menu-Item Template",
  37.   "METAFILEPICT",        "MetaFile Picture Structure",
  38.   "MSG",                 "Message Data Structure",
  39.  
  40.   "OFSTRUCT",            "Open-File Structure",
  41.  
  42.   "PAINTSTRUCT",         "Windows Paint Information",
  43.   "PALETTEENTRY",        "Logical Palette Color Entry",
  44.   "POINT",               "Point Data Structure",
  45.  
  46.   "RECT",                "Rectangle Data Structure",
  47.   "RGBQUAD",             "RGB Color Structure",
  48.   "RGBTRIPLE",           "RGB Color Structure",
  49.  
  50.   "TEXTMETRIC",          "Basic Font Metrics",
  51.  
  52.   "WNDCLASS",            "Window-Class Data Structure"
  53. } ;
  54.  
  55.  
  56.  
  57.