Function kernel32::FillConsoleOutputAttribute
[−]
[src]
pub unsafe extern "system" fn FillConsoleOutputAttribute(
hConsoleOutput: HANDLE,
wAttribute: WORD,
nLength: DWORD,
dwWriteCoord: COORD,
lpNumberOfAttrsWritten: LPDWORD
) -> BOOL