Struct windows_sys::Win32::UI::Shell::SHFILEOPSTRUCTW
#[repr(C)]pub struct SHFILEOPSTRUCTW {
pub hwnd: HWND,
pub wFunc: u32,
pub pFrom: PCWSTR,
pub pTo: PCWSTR,
pub fFlags: u16,
pub fAnyOperationsAborted: BOOL,
pub hNameMappings: *mut c_void,
pub lpszProgressTitle: PCWSTR,
}Expand description
Required features: "Win32_UI_Shell", "Win32_Foundation"
Fields§
§hwnd: HWND§wFunc: u32§pFrom: PCWSTR§pTo: PCWSTR§fFlags: u16§fAnyOperationsAborted: BOOL§hNameMappings: *mut c_void§lpszProgressTitle: PCWSTR