VioWrtNAttr

VioWrtNAttr

#define INCL_VIO

USHORT  rc = VioWrtNAttr(Attr, Times, Row, Column, VioHandle);

PBYTE            Attr;          /* Attribute to be written */
USHORT           Times;         /* Repeat count */
USHORT           Row;           /* Starting row position for output */
USHORT           Column;        /* Starting column position for output */
HVIO             VioHandle;     /* Video handle */

USHORT           rc;            /* return code */


[Back: VioWrtCharStrAtt]
[Next: VioWrtNCell]