SysFn01: Difference between revisions
Jump to navigation
Jump to search
(Created page with '__NOTOC__ {{DISPLAYTITLE: Function 1 — draw point in window}} == Parameters == {| border="1" id="table1" class="wikitable sysfunc" |- ! class="header" | bits ! class="he...') |
(No difference)
|
Revision as of 09:26, 2 January 2011
Parameters
| bits | type | value | description |
|---|---|---|---|
| eax | |||
| 0–31 | uint32 | 1 | Function number. |
| ebx | |||
| 0–31 | int32 | point offset by X | Point position relative to paint origin (see function 0, edx29). |
| ecx | |||
| 0–31 | int32 | point offset by Y | Point position relative to paint origin (see function 0, edx29). |
| edx | |||
| 0–23 | rgb888 | pixel color | |
| 24 | bit | flag: inverse color |
|
| 25–31 | 0 | Reserved. | |
Return value
Function doesn't return value.
| |||||||||||||||||||||||||||||