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.

12 lines
502 B

  1. #ifndef PD_CAN_DRAW_DIB
  2. #define PD_CAN_DRAW_DIB 0x0001 /* if you can draw at all */
  3. #define PD_STRETCHDIB_1_1_OK 0x0004 /* is it fast? */
  4. #define PD_STRETCHDIB_1_2_OK 0x0008 /* ... */
  5. #define PD_STRETCHDIB_1_N_OK 0x0010 /* ... */
  6. #endif
  7. #define PD_BITBLT_FAST 0x0020 /* try decomp to bitmap? */
  8. LRESULT VFWAPI DrawDibProfileDisplay(LPBITMAPINFOHEADER lpbi);
  9. LPVOID FAR TestDibFormats(int dx, int dy, BOOL fForceMe);