Function 38 - draw line.
Parameters:
- eax = 38 - function number
- ebx = [start coordinate on axis x]*65536 +
[end coordinate on axis x]
- ecx = [start coordinate on axis y]*65536 +
[end coordinate on axis y]
- edx = 0x00RRGGBB - color
edx = 0x01xxxxxx - draw inversed line
(low 24 bits are ignored)
Returned value:
- function does not return value
Remarks:
- Coordinates are relative to the window.
- End point is also drawn.