NAME
BitBlt - BitBlt32    (GDI32.10)
SYNOPSIS
#include <windows.h>
BOOL32 BitBlt
(
	HDC32 hdcDst,
	INT32 xDst,
	INT32 yDst,
	INT32 width,
	INT32 height,
	HDC32 hdcSrc,
	INT32 xSrc,
	INT32 ySrc,
	DWORD rop
);
DESCRIPTION
BitBlt32    (GDI32.10).
SEE ALSO
PatBlt.htmlPatBlt ,
StretchBlt.htmlStretchBlt ,
MaskBlt.htmlMaskBlt ,
PlgBlt.htmlPlgBlt support.htmlback 