Function kernel32::SetThreadPriority [] [src]

pub unsafe extern "system" fn SetThreadPriority(
    hThread: HANDLE,
    nPriority: c_int
) -> BOOL