|
Last change
on this file was 18, checked in by bird, 23 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
|
File size:
578 bytes
|
| Line | |
|---|
| 1 | /* vio44.c */
|
|---|
| 2 |
|
|---|
| 3 | #define INCL_VIO
|
|---|
| 4 | #include <os2.h>
|
|---|
| 5 |
|
|---|
| 6 | USHORT _THUNK_FUNCTION (Vio16ScrollLf) ();
|
|---|
| 7 |
|
|---|
| 8 | USHORT VioScrollLf (USHORT usTopRow, USHORT usLeftCol, USHORT usBotRow,
|
|---|
| 9 | USHORT usRightCol, USHORT cbCol, PBYTE pCell, HVIO hvio)
|
|---|
| 10 | {
|
|---|
| 11 | return ((USHORT)
|
|---|
| 12 | (_THUNK_PROLOG (2+2+2+2+2+4+2);
|
|---|
| 13 | _THUNK_SHORT (usTopRow);
|
|---|
| 14 | _THUNK_SHORT (usLeftCol);
|
|---|
| 15 | _THUNK_SHORT (usBotRow);
|
|---|
| 16 | _THUNK_SHORT (usRightCol);
|
|---|
| 17 | _THUNK_SHORT (cbCol);
|
|---|
| 18 | _THUNK_FLAT (pCell);
|
|---|
| 19 | _THUNK_SHORT (hvio);
|
|---|
| 20 | _THUNK_CALL (Vio16ScrollLf)));
|
|---|
| 21 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.