Struct windows_sys::Win32::UI::Shell::SHFILEOPSTRUCTW
[−]#[repr(C)]pub struct SHFILEOPSTRUCTW {
pub hwnd: HWND,
pub wFunc: u32,
pub pFrom: PWSTR,
pub pTo: PWSTR,
pub fFlags: u16,
pub fAnyOperationsAborted: BOOL,
pub hNameMappings: *mut c_void,
pub lpszProgressTitle: PWSTR,
}Expand description
Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’
Fields
hwnd: HWNDwFunc: u32pFrom: PWSTRpTo: PWSTRfFlags: u16fAnyOperationsAborted: BOOLhNameMappings: *mut c_voidlpszProgressTitle: PWSTR