windows-nt/Source/XPSP1/NT/multimedia/media/avi/drawdib.16/profdisp.h

11 lines
396 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef PD_CAN_DRAW_DIB
#define PD_CAN_DRAW_DIB 0x0001 /* if you can draw at all */
#define PD_STRETCHDIB_1_1_OK 0x0004 /* is it fast? */
#define PD_STRETCHDIB_1_2_OK 0x0008 /* ... */
#define PD_STRETCHDIB_1_N_OK 0x0010 /* ... */
#endif
DWORD VFWAPI DrawDibProfileDisplay(LPBITMAPINFOHEADER lpbi);
LPVOID FAR TestDibFormats(int dx, int dy);