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 - wfilbox http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WfilBox

Fill a box in window.

Header File.....TCXLwin.h

Prototype.......IntT CTYP WfilBox(BytT sr, BytT sc, BytT er, BytT ec,
                     ChrT ch, AtrT at);

Source File.....WIN\WFILBOX.C

Notes...........Fills in a region of active window with a specified
                character and attribute (See Appendix A).

Arguments.......sr -  Start Row
                sc -  Start Column
                er -  End Row
                ec -  End Column
                ch -  Character to use
                at -  Attribute (See Appendix A)

Returns.........ERR_NUL  -  No Error
                ERR_ARG  -  Argument Failure
                   TcxlErr contains:
                   W_NOACTIVE  -  No Active Window
                   W_INVCOORD  -  Invalid Window Row

See Also: Appendix A

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