Function SetConsoleTextAttribute [src]
Prototype
pub extern "kernel32" fn SetConsoleTextAttribute( hConsoleOutput: HANDLE, wAttributes: WORD, ) callconv(.winapi) BOOL
Parameters
hConsoleOutput: HANDLE
wAttributes: WORD
Source
pub extern "kernel32" fn SetConsoleTextAttribute(
hConsoleOutput: HANDLE,
wAttributes: WORD,
) callconv(.winapi) BOOL