home *** CD-ROM | disk | FTP | other *** search
- /* vio24.c */
-
- #define INCL_VIO
- #include <os2.h>
-
- USHORT _THUNK_FUNCTION (Vio16ReadCellStr) ();
-
- USHORT VioReadCellStr (PCH pchCellStr, PUSHORT pcb, USHORT usRow,
- USHORT usColumn, HVIO hvio)
- {
- return ((USHORT)
- (_THUNK_PROLOG (4+4+2+2+2);
- _THUNK_FLAT (pchCellStr);
- _THUNK_FLAT (pcb);
- _THUNK_SHORT (usRow);
- _THUNK_SHORT (usColumn);
- _THUNK_SHORT (hvio);
- _THUNK_CALL (Vio16ReadCellStr)));
- }
-