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