Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
206 B

  1. /* CarDDRaw structure */
  2. typedef struct _cddr
  3. {
  4. HDC hdc;
  5. INT x;
  6. INT y;
  7. INT cd;
  8. INT mode;
  9. DWORD rgbBgnd;
  10. } CDDR;
  11. #define drwInit 1
  12. #define drwDrawCard 2
  13. #define drwClose 3