INtime SDK Help
SetRtConsoleAttributes

Set the console attributes.

BOOLEAN 
SetRtConsoleAttributes(
    CONSOLEATTRIBUTES *ConsoleAttribs
);

Parameters

pConsoleAttribs
A pointer to a CONSOLEATTRIBUTES structure to set the new attributes.

Remarks

The only attributes considered at this time are the InputFlags which determine the input behavior of the console. Possible attributes include:

Requirements

Versions Defined in Include Link to
INtime 6.0 intime/rt/include/rtbase.h rt.h rt.lib

See Also