XerxesTheMighty
Programmer
HRGN hrgn;
hrgn = CreatePolygonRgn(lppt,sizeof(lppt),ALTERNATE);
How would initialize lppt (CONST POINT *lppt
when I do lppt.x and .y it gives me an error:
left of '.x' must have class/struct/union type.
hrgn = CreatePolygonRgn(lppt,sizeof(lppt),ALTERNATE);
How would initialize lppt (CONST POINT *lppt

when I do lppt.x and .y it gives me an error:
left of '.x' must have class/struct/union type.