Function windows_sys::Win32::System::Threading::QueueUserWorkItem
[−]pub unsafe extern "system" fn QueueUserWorkItem(
function: LPTHREAD_START_ROUTINE,
context: *const c_void,
flags: WORKER_THREAD_FLAGS
) -> BOOL
Expand description
Required features: "Win32_System_Threading"
, "Win32_Foundation"