Struct windows_sys::Win32::UI::Shell::SHNAMEMAPPINGW
[−]#[repr(C)]pub struct SHNAMEMAPPINGW {
pub pszOldPath: PWSTR,
pub pszNewPath: PWSTR,
pub cchOldPath: i32,
pub cchNewPath: i32,
}Expand description
Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’
Fields
pszOldPath: PWSTRpszNewPath: PWSTRcchOldPath: i32cchNewPath: i32