_WSetAttr( ) API Library Routine

Changes the attribute for the specified color scheme index in the indicated window's color scheme to the new attribute attr.

void _WSetAttr(WHANDLE wh, int color, int attr)
WHANDLE wh;            /* Window handle. */
int color;                     /* Color scheme. */
int attr;                     /* Attribute. */

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic