Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TCXL Database - wwprints http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Wwprints

Display text in visible or non-visible window.

Header File.....TCXLwin.h

Prototype.......IntT CTYP Wwprints(WndT wh, BytT wr, BytT wc, AtrT at,
                     ChrP ps);

Source File.....WIN\WWPRINTS.C

Arguments.......wh -  Window Handle
                wr -  Window Row
                wc -  Window Column
                at -  Text Attribute (See Appendix A)
                ps -  String to display

Returns.........ERR_NUL  -  No Error
                ERR_ARG  -  Argument Failure
                   TcxlErr contains:
                   W_NOACTIVE  -  No Active Window
                   W_NOTFOUND  -  Window Handle Not Found
                   W_INVCOORD  -  Invalid Window Coordinates
                   W_STRLONG   -  String Too Long (Not All Of String Was
                      Displayed)

Notes...........Prints a string to the specified window.  The specified
                window can be active, hidden, or blocked.  Control
                characters are not recognized. Cursor position is not
                updated.

See Also: Appendix A

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson