Function windows_sys::Win32::UI::Shell::SHCreateThread
pub unsafe extern "system" fn SHCreateThread(
pfnthreadproc: LPTHREAD_START_ROUTINE,
pdata: *const c_void,
flags: u32,
pfncallback: LPTHREAD_START_ROUTINE
) -> BOOLExpand description
Required features: "Win32_UI_Shell", "Win32_Foundation", "Win32_System_Threading"