lpSurface | Specifies a far pointer to a DCISURFACEINFO structure that was previously obtained via a DCIDCREATEPRIMARYSURFACE, DCICREATEOFFSCREENSURFACE, or DCICREATEOVERLAYSURFACE escape. |
lprDst | Specifies a far pointer to a RECT structure in screen coordinates. This rectangle represents the area on the primary surface which the source rectangle is to be mapped to. |
lprSrc | Specifies a far pointer to a RECT structure. This rectangle represents the area of the offscreen surface which is to be mapped to the primary surface, and is a sub-rectangle of the rectangle which encompasses the offscreen surface. The upper left corner of the "surface" rectangle is represented by the point (0, 0), and corresponds to the pointer specified by wSelSurface:dwOffSurface of the offscreen surface. |