Jump to content

BLTRECT

From EDM2
Revision as of 15:48, 27 December 2019 by Martini (talk | contribs) (Created page with "Destination rectangle for a bitblt operation. ==Type== typedef struct _BLTRECT { ULONG ulXOrg; X origin of the destination Blt.: ULONG ulYOrg; /* Y orig...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Destination rectangle for a bitblt operation.

Type

typedef struct _BLTRECT {

 ULONG     ulXOrg;  /*  X origin of the destination Blt. */
 ULONG     ulYOrg;  /*  Y origin of the destination Blt. */
 ULONG     ulXExt;  /*  X extent of the BitBlt. */
 ULONG     ulYExt;  /*  Y extent of the BitBlt. */

} BLTRECT;

C Declaration Method

typedef BLTRECT *PBLTRECT;